mirror of
https://github.com/leozide/leocad.git
synced 2026-07-28 04:07:11 +00:00
Require full path for the library file.
This commit is contained in:
@@ -584,7 +584,7 @@ bool lcZipFile::ExtractFile(const char* FileName, lcMemFile& File, lcuint32 MaxL
|
||||
{
|
||||
lcZipFileInfo& FileInfo = mFiles[FileIdx];
|
||||
|
||||
if (!strcmp(FileInfo.file_name, FileName))
|
||||
if (!stricmp(FileInfo.file_name, FileName))
|
||||
return ExtractFile(FileIdx, File, MaxLength);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user