[REGEDIT]

- Don't forget to close the file handle.

svn path=/trunk/; revision=57463
This commit is contained in:
Hermès Bélusca-Maïto 2012-10-02 23:43:55 +00:00
parent 0fe817a0bc
commit 48028ca4f0

View file

@ -175,6 +175,8 @@ BOOL PerformRegAction(REGEDIT_ACTION action, LPTSTR s, BOOL silent)
LoadString(hInst, IDS_IMPORT_OK, szText, COUNT_OF(szText));
InfoMessageBox(NULL, MB_OK | MB_ICONINFORMATION, szTitle, szText, filename);
}
fclose(fp);
}
else
{