Skip to content

Commit f7b150d

Browse files
committed
peview: Add missing parameter
1 parent 5cb17ae commit f7b150d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/peview/previewprp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ VOID PvpShowFilePreview(
4646
PPH_STRING fileText;
4747
PH_STRING_BUILDER sb;
4848

49-
if (fileText = PhFileReadAllText(PvFileName->Buffer))
49+
if (fileText = PhFileReadAllText(PvFileName->Buffer, TRUE))
5050
{
5151
PhInitializeStringBuilder(&sb, 0x100);
5252

0 commit comments

Comments
 (0)