mirror of
https://github.com/aap/librw.git
synced 2026-08-10 09:37:04 +01:00
Fix some warnings on gcc/clang
This commit is contained in:
+1
-1
@@ -665,7 +665,7 @@ correctPathCase(char *filename)
|
||||
sofar[2] = '\0';
|
||||
arg++;
|
||||
}
|
||||
while(dir = strtok(arg, PSEP_S)){
|
||||
while((dir = strtok(arg, PSEP_S))){
|
||||
arg = nil;
|
||||
if(direct = opendir(sofar), dir == nil)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user