mirror of
https://github.com/reactos/reactos.git
synced 2026-06-04 18:30:41 +08: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:
@@ -4702,7 +4702,7 @@ PNP_RegisterNotification(
|
||||
PDEV_BROADCAST_HANDLE pBroadcastDeviceHandle;
|
||||
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,
|
||||
ulNotificationFilterSize, ulFlags, pNotifyHandle, ulProcessId, pulUnknown9);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user