Browse Source

BUGFIX comment for assert left overes

pull/256/head
Anders Jenbo 7 years ago committed by GitHub
parent
commit
faebce4c26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/pfile.cpp

2
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);
}

Loading…
Cancel
Save