From 964c17457b0a9783dda4bf373adf41791fde0467 Mon Sep 17 00:00:00 2001 From: Robin Eklind Date: Sun, 7 Jul 2019 12:15:45 +0200 Subject: [PATCH] pfile: add BUGFIX comment for pfile_rename_temp_to_perm --- Source/pfile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/pfile.cpp b/Source/pfile.cpp index fe2bbc4a0..1d28e9fe9 100644 --- a/Source/pfile.cpp +++ b/Source/pfile.cpp @@ -584,6 +584,7 @@ void pfile_rename_temp_to_perm() mpqapi_rename(TempName, PermName); } } + // BUGFIX: function call has no purpose GetPermSaveNames(i, PermName); pfile_flush(TRUE, save_num); }