Some more space for file names
This commit is contained in:
parent
e95cc619ee
commit
c44cb846f0
@ -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…
x
Reference in New Issue
Block a user