r=pedemont, sr=blizzard OS/2 only - pass correct path to OS/2 turbo git-svn-id: svn://10.0.0.236/trunk@139226 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
9617d81be7
commit
c18d64da44
@ -670,6 +670,9 @@ nsNativeAppSupportOS2::CheckConsole() {
|
||||
strcpy(pszArgString, TURBOD);
|
||||
strcat(pszArgString, " -l -p ");
|
||||
strcat(pszArgString, __argv[0]);
|
||||
char *pchar = strrchr(pszArgString, '\\');
|
||||
pchar++;
|
||||
*pchar = '\0';
|
||||
pszArgString[strlen(TURBOD)] = '\0';
|
||||
|
||||
rc = DosExecPgm(NULL,0,EXEC_BACKGROUND,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user