Some more space for file names
This commit is contained in:
parent
549dfcc99d
commit
4f2c705501
|
@ -33,7 +33,7 @@ extern char *realloc();
|
|||
#endif
|
||||
|
||||
char *basename(string) char *string ; {
|
||||
static char retval[20] ;
|
||||
static char retval[256] ;
|
||||
char *last_dot, *last_start ;
|
||||
register char *store;
|
||||
register char *fetch ;
|
||||
|
|
Loading…
Reference in a new issue