mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
Fix a hang-up of UNV import
Hang-up at reading an empty data-set at the file end: -1 2477 -1
This commit is contained in:
parent
47514a428f
commit
9c7efc01ae
@ -79,6 +79,8 @@ namespace UNV {
|
||||
}
|
||||
if (news == ds_name)
|
||||
return true;
|
||||
|
||||
olds.clear();
|
||||
}
|
||||
// should never end up here
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user