Corrected issue on file extension check
This commit is contained in:
parent
542eb6f250
commit
1d3e4ef437
1 changed files with 1 additions and 0 deletions
|
@ -1310,6 +1310,7 @@ bool IsFileExtension(const char *fileName, const char *ext)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else result = false;
|
||||||
#else
|
#else
|
||||||
if (strcmp(fileExt, ext) == 0) result = true;
|
if (strcmp(fileExt, ext) == 0) result = true;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue