Some more space for file names

This commit is contained in:
ceriel 1993-10-12 09:45:59 +00:00
parent 549dfcc99d
commit 4f2c705501

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 ;