https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c290ae21c77317c741ec4…
commit c290ae21c77317c741ec4c37fe03f0b75ab35623
Author: Pierre Schweitzer <pierre(a)reactos.org>
AuthorDate: Sat Oct 19 11:46:24 2019 +0200
Commit: Pierre Schweitzer <pierre(a)reactos.org>
CommitDate: Sat Oct 19 12:04:40 2019 +0200
[WSHTCPIP] Print IOCTL as hexa value
---
dll/win32/wshtcpip/wshtcpip.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dll/win32/wshtcpip/wshtcpip.c b/dll/win32/wshtcpip/wshtcpip.c
index 22e27efe24d..a66166c2e8f 100644
--- a/dll/win32/wshtcpip/wshtcpip.c
+++ b/dll/win32/wshtcpip/wshtcpip.c
@@ -365,7 +365,7 @@ WSHIoctl(
UNIMPLEMENTED;
- DPRINT1("Ioctl: Unknown IOCTL code: %d\n", IoControlCode);
+ DPRINT1("Ioctl: Unknown IOCTL code: %x\n", IoControlCode);
return WSAEINVAL;
}