1
0
Fork 0

changed misleading error message (issue #504)

This commit is contained in:
Duncan Ogilvie 2016-01-14 15:18:15 +01:00
parent b5e45bb1af
commit 1206486ec8
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}