fix compilation with gcc481
This commit is contained in:
@@ -98,7 +98,7 @@ static void lGetAllArgs(int Argc, char *Argv[], int &argc, char *argv[128])
|
||||
}
|
||||
const char *lGetExt (const char *fspec)
|
||||
{
|
||||
char *e = strrchr (fspec, '.');
|
||||
const char *e = strrchr (fspec, '.');
|
||||
return e;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user