mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
Fixed bug loading loose library files.
This commit is contained in:
parent
bb8e85d2c1
commit
08f1e22c79
1 changed files with 1 additions and 0 deletions
|
@ -564,6 +564,7 @@ bool lcPiecesLibrary::OpenDirectory(const QDir& LibraryDir)
|
|||
Src++;
|
||||
Dst++;
|
||||
}
|
||||
*Dst = 0;
|
||||
|
||||
if (Dst - Name <= 4)
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue