Skip to content

Commit a1324ee

Browse files
committed
sdk+
1 parent 970dbd1 commit a1324ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notifications.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ VOID _app_notify_killprocess (
532532

533533
if (_r_str_compare (process->ImageName.Buffer, file_name->buffer, TRUE) == 0)
534534
{
535-
status = _r_sys_getprocessimagepathbyid (process->UniqueProcessId, TRUE, &path);
535+
status = _r_sys_getprocessimagepathbyid (HandleToULong (process->UniqueProcessId), TRUE, &path);
536536

537537
if (NT_SUCCESS (status))
538538
{

0 commit comments

Comments
 (0)