From faebce4c26528e12b24067b72e7ba7ef7feb2eaf Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 18 Aug 2019 08:51:23 +0200 Subject: [PATCH] BUGFIX comment for assert left overes --- Source/pfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/pfile.cpp b/Source/pfile.cpp index 3921257ce..31e18d2d2 100644 --- a/Source/pfile.cpp +++ b/Source/pfile.cpp @@ -613,7 +613,7 @@ void pfile_rename_temp_to_perm() } } /// ASSERT: assert(! GetPermSaveNames(dwIndex,szPerm)); - GetPermSaveNames(dwIndex, szPerm); + GetPermSaveNames(dwIndex, szPerm); // BUGFIX: function call has no purpose pfile_flush(TRUE, dwChar); }