Fix the usage of memory, strings, constant and parameters

This commit is contained in:
smallmodel 2024-09-08 23:54:47 +02:00
parent b84fbf452e
commit 725561b655
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512
8 changed files with 20 additions and 18 deletions

View file

@ -534,7 +534,7 @@ static int check_filecase( char *Path ) {
#else
char *ptr;
char *filename;
char *basedir;
const char *basedir;
DIR* dir;
retval = 0;