diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index ec89cd13..d5a420c2 100755 --- a/src/main.c +++ b/src/main.c @@ -958,7 +958,7 @@ int main(int argc, const char **argv, const char **env) { //wine_preloaded = 1; } } - #if 1 + #if 0 // pre-check for pressure-vessel-wrap if(strstr(prog, "pressure-vessel-wrap")==(prog+strlen(prog)-strlen("pressure-vessel-wrap"))) { // pressure-vessel-wrap detecter, skipping it and all -- args until "--" if needed |