Skip to content

Commit 67f0678

Browse files
committed
peview: Add missing options filename
1 parent ac10ffb commit 67f0678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/peview/options.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ BOOLEAN PvShellExecuteRestart(
109109
result = PhShellExecuteEx(
110110
WindowHandle,
111111
PhGetString(filename),
112-
NULL,
112+
PhGetString(PvFileName),
113113
SW_SHOW,
114114
0,
115115
0,

0 commit comments

Comments
 (0)