mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[UMPNPMGR] PNP_RegisterNotification(): Fix a string format (#6211)
Type was changed from DWORD to DWORD_PTR (as handle).
Addendum to commit 71df39b02
This commit is contained in:
parent
ffc99d08e8
commit
df81dadd9c
1 changed files with 1 additions and 1 deletions
|
@ -4702,7 +4702,7 @@ PNP_RegisterNotification(
|
||||||
PDEV_BROADCAST_HANDLE pBroadcastDeviceHandle;
|
PDEV_BROADCAST_HANDLE pBroadcastDeviceHandle;
|
||||||
PNOTIFY_ENTRY pNotifyData = NULL;
|
PNOTIFY_ENTRY pNotifyData = NULL;
|
||||||
|
|
||||||
DPRINT1("PNP_RegisterNotification(%p %lx '%S' %p %lu 0x%lx %p %lx %p)\n",
|
DPRINT1("PNP_RegisterNotification(%p %p '%S' %p %lu 0x%lx %p %lx %p)\n",
|
||||||
hBinding, hRecipient, pszName, pNotificationFilter,
|
hBinding, hRecipient, pszName, pNotificationFilter,
|
||||||
ulNotificationFilterSize, ulFlags, pNotifyHandle, ulProcessId, pulUnknown9);
|
ulNotificationFilterSize, ulFlags, pNotifyHandle, ulProcessId, pulUnknown9);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue