Skip to content
Snippets Groups Projects
Commit 94fc47b4 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

JSDoor still needs the module name.

parent 8d80d756
No related branches found
No related tags found
No related merge requests found
......@@ -1410,9 +1410,9 @@ int main(int argc, char **argv, char** env)
}
continue;
}
module=argv[argn];
#ifndef JSDOOR
char ini_section[MAX_PATH + 1];
module=argv[argn];
SAFECOPY(ini_section, getfname(module));
if((p = getfext(ini_section)) != NULL)
*p = 0;
......
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