Skip to content
Snippets Groups Projects
user avatar
David Blyth authored
Since gSystem.load() can return 1 if the library has already been
loaded, there are cases where requiring `result == 0` raises a false
exception.  This commit changes the required condition to be `result >=
0`
ddbe5a9e
Name Last commit Last update