type != REG_SZ)\r
/* Registry corrupted */\r
return 0;\r
- strcat(command, "bin\\subwcrev.exe\"");\r
- if (_stat(command, &st) < 0)\r
+ strcat(command, "bin\\subwcrev.exe");\r
+ if (_stat(command+1, &st) < 0)\r
/* subwcrev.exe not part of the release */\r
return 0;\r
- strcat(command, " .. ..\\Modules\\getbuildinfo.c getbuildinfo2.c");\r
+ strcat(command, "\" .. ..\\Modules\\getbuildinfo.c getbuildinfo2.c");\r
puts(command); fflush(stdout);\r
if (system(command) < 0)\r
return 0;\r