mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +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)
|
if (news == ds_name)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
olds.clear();
|
||||||
}
|
}
|
||||||
// should never end up here
|
// should never end up here
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user