Fixed reading parts.lst.

This commit is contained in:
leozide 2017-08-24 14:36:04 -07:00
parent 08f1e22c79
commit 3ebf97b251

View file

@ -498,10 +498,7 @@ bool lcPiecesLibrary::OpenDirectory(const QDir& LibraryDir)
}
if (Ext && !strcmp(Ext, ".DAT"))
{
*Ext = 0;
OriginalLine[Ext - Line + 4] = 0;
}
else
continue;