Fixed the PCX loader (broken by r176)

Made the calls to Error() more verbose


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@179 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2008-09-30 01:58:10 +00:00
parent 58b553b511
commit 1c872fdbe9
3 changed files with 10 additions and 2 deletions

View File

@@ -8,5 +8,6 @@
#define UNTESTED printf("%s %d %s à tester !\n",__FILE__,__LINE__,__func__);
void Erreur(int);
void Erreur_fonction(int, const char *, int, const char *);
#define Erreur(n) Erreur_fonction(n, __FILE__,__LINE__,__func__)