mirror of
https://github.com/leozide/leocad
synced 2025-01-18 22:26:44 +01:00
Fixed reading parts.lst.
This commit is contained in:
parent
08f1e22c79
commit
3ebf97b251
1 changed files with 0 additions and 3 deletions
|
@ -498,10 +498,7 @@ bool lcPiecesLibrary::OpenDirectory(const QDir& LibraryDir)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Ext && !strcmp(Ext, ".DAT"))
|
if (Ext && !strcmp(Ext, ".DAT"))
|
||||||
{
|
|
||||||
*Ext = 0;
|
|
||||||
OriginalLine[Ext - Line + 4] = 0;
|
OriginalLine[Ext - Line + 4] = 0;
|
||||||
}
|
|
||||||
else
|
else
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue