mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[REGEDIT]
- Don't forget to close the file handle. svn path=/trunk/; revision=57463
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user