mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fix the usage of memory, strings, constant and parameters
This commit is contained in:
parent
b84fbf452e
commit
725561b655
8 changed files with 20 additions and 18 deletions
|
@ -534,7 +534,7 @@ static int check_filecase( char *Path ) {
|
|||
#else
|
||||
char *ptr;
|
||||
char *filename;
|
||||
char *basedir;
|
||||
const char *basedir;
|
||||
DIR* dir;
|
||||
|
||||
retval = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue