forked from lroathe/merlin32
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix regression - replace missing initialization for
is_reloc_rtn
This is a fix for this issue: lroathe#5 A comparison to the original Merlin32 1.0 source shows that the init section used to contain this line. It should be set to 0 every time the function is called.
- Loading branch information
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#ifndef MERLIN_VERSION | ||
#define MERLIN_VERSION "v1.1.9" | ||
#define MERLIN_VERSION "v1.1.10" | ||
#endif |