Some more space for file names

This commit is contained in:
ceriel 1993-10-12 09:45:59 +00:00
parent e95cc619ee
commit c44cb846f0

View File

@ -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 ;