changed misleading error message (issue #504)
This commit is contained in:
parent
b5e45bb1af
commit
1206486ec8
|
@ -1180,7 +1180,7 @@ DWORD WINAPI threadDebugLoop(void* lpParameter)
|
|||
if(!fdProcessInfo)
|
||||
{
|
||||
fdProcessInfo = &g_pi;
|
||||
dputs("Error starting process (invalid pe?)!");
|
||||
dputs("Error starting process (CreateProcess)!");
|
||||
unlock(WAITID_STOP);
|
||||
return 0;
|
||||
}
|
||||
|
@ -1801,4 +1801,4 @@ void dbgstartscriptthread(CBPLUGINSCRIPT cbScript)
|
|||
duint dbggetdebuggedbase()
|
||||
{
|
||||
return pDebuggedBase;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue