appel de autbasename plutot que basename

This commit is contained in:
Ludovic Jacomme 2002-08-01 12:03:25 +00:00
parent 34819c9df4
commit ed20fc5bc3
1 changed files with 2 additions and 2 deletions

View File

@ -76,10 +76,10 @@
\------------------------------------------------------------*/ \------------------------------------------------------------*/
# define ctlerror( E, V1, V2 ) \ # define ctlerror( E, V1, V2 ) \
(ctl_error((int)(E),(char*)(long)(V1),(char*)(long)(V2),basename(__FILE__),__LINE__)) (ctl_error((int)(E),(char*)(long)(V1),(char*)(long)(V2),autbasename(__FILE__,NULL),__LINE__))
# define ctlwarning( E, V1, V2 ) \ # define ctlwarning( E, V1, V2 ) \
(ctl_warning( (int)(E),(char*)(long)(V1),(char*)(long)(V2),basename(__FILE__),__LINE__)) (ctl_warning( (int)(E),(char*)(long)(V1),(char*)(long)(V2),autbasename(__FILE__,NULL),__LINE__))
/*------------------------------------------------------------\ /*------------------------------------------------------------\
| | | |