mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* win32-nat.c (win32_pid_to_str): Use capital T for "Thread".
This commit is contained in:
@@ -2011,7 +2011,7 @@ win32_pid_to_str (ptid_t ptid)
|
||||
if ((DWORD) pid == current_event.dwProcessId)
|
||||
sprintf (buf, "process %d", pid);
|
||||
else
|
||||
sprintf (buf, "thread %ld.0x%x", current_event.dwProcessId, pid);
|
||||
sprintf (buf, "Thread %ld.0x%x", current_event.dwProcessId, pid);
|
||||
return buf;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user