Skip to content
Snippets Groups Projects
Commit 8ad904c3 authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard
Browse files

regedit: Allow binary files to be imported.

parent 0ba0f4cc
Branches
Tags
No related merge requests found
......@@ -159,7 +159,7 @@ static BOOL PerformRegAction(REGEDIT_ACTION action, LPSTR s)
getAppName(), filename, GetLastError());
exit(1);
}
reg_file = fopen(realname, "r");
reg_file = fopen(realname, "rb");
if (reg_file == NULL)
{
perror("");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment