We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4d160 commit 57dc365Copy full SHA for 57dc365
decompiler.cpp
@@ -18,6 +18,7 @@ void help(char ** argv)
18
}
19
int main(int argc, char** argv)
20
{
21
+ ilInit();
22
Magick::InitializeMagick(*argv);
23
if ( argc == 1 )
24
0 commit comments