Skip to content
Snippets Groups Projects
Commit b4a8f58e authored by Stéphane Albert's avatar Stéphane Albert
Browse files

BUG: Fixed issue http://bugs.orfeo-toolbox.org/view.php?id=740 (crash due to version checking).

parent b2d5a6b0
No related branches found
No related tags found
No related merge requests found
...@@ -398,6 +398,7 @@ DatasetDescriptor ...@@ -398,6 +398,7 @@ DatasetDescriptor
filename << " version " << descriptor.GetVersionString(); filename << " version " << descriptor.GetVersionString();
return return
!descriptor.GetVersionString().isEmpty() &&
IsVersionGreaterEqual( IsVersionGreaterEqual(
descriptor.GetVersionString(), descriptor.GetVersionString(),
Monteverdi2_DATA_VERSION_STRING Monteverdi2_DATA_VERSION_STRING
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment