r=pedemont, sr=blizzard 
OS/2 only - pass correct path to OS/2 turbo
This commit is contained in:
mkaply%us.ibm.com 2003-03-10 22:35:37 +00:00
parent d54142d5c5
commit 269429909a

View File

@ -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,