]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[windows] Fix accidental change of %u -> %d in SuspendThread warning.
authorJoel Brobecker <brobecker@gnat.com>
Tue, 11 Jun 2013 11:01:46 +0000 (11:01 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 11 Jun 2013 11:01:46 +0000 (11:01 +0000)
commit2ed3e009404afc6de621a5b7606922a115ec46bb
tree34103037f93380578e5d223222fb51d3837104e2
parent0c3d84be3e696d2d1787a7240e086a72054b9679
[windows] Fix accidental change of %u -> %d in SuspendThread warning.

While enhancing the warning printed in when SuspendThread fails,
I accidently changed the format used to print the error code
from %u to %d. This patch reverts it back.

gdb/ChangeLog:

        * windows-nat.c (thread_rec): Revert format used to print
        error code returned by SuspendThread from %d back to %u.
gdb/ChangeLog
gdb/windows-nat.c