This commit is contained in:
Ludovic Jacomme 2002-08-02 13:34:09 +00:00
parent 18acc9d5b7
commit 6cc1357f18
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
| |
\------------------------------------------------------------*/
# define ablerror( E, V ) (abl_error( (int)(E), (char *)(V), basename(__FILE__), __LINE__ ))
# define ablerror( E, V ) (abl_error( (int)(E), (char *)(V), autbasename(__FILE__,NULL), __LINE__ ))
/*------------------------------------------------------------\
| |