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:
eap 2019-10-24 16:25:50 +03:00
parent 47514a428f
commit 9c7efc01ae

View File

@ -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;