This commit is contained in:
Ludovic Jacomme 2002-04-25 14:14:21 +00:00
parent 61950d09ad
commit 4f7fd673a7
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -63,7 +63,7 @@
| |
\------------------------------------------------------------*/
# define bhlerror( E, V ) (bhl_error( (E), (V), __FILE__, __LINE__ ))
# define bhlerror( E, V ) (bhl_error( (E), (V), basename(__FILE__), __LINE__ ))
/*------------------------------------------------------------\
| |