Skip to content

Commit

Permalink
Merge pull request #170 from kratz00/save_old
Browse files Browse the repository at this point in the history
Fix possible copy and paste mistake in 'unshield_file_save_old'.
  • Loading branch information
twogood authored Mar 23, 2023
2 parents eedcc15 + bfab343 commit 74812a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ bool unshield_file_save_old(Unshield* unshield, int index, const char* filename)

if (file_descriptor->link_flags & LINK_PREV)
{
success = unshield_file_save(unshield, file_descriptor->link_previous, filename);
success = unshield_file_save_old(unshield, file_descriptor->link_previous, filename);
goto exit;
}

Expand Down

0 comments on commit 74812a8

Please sign in to comment.