mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
the -k flag wrote to the wrong location. fixing the bug
This commit is contained in:
@@ -457,7 +457,7 @@ main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
if ((ulOptions & OPTF_DEBUG) == 0) {
|
if ((ulOptions & OPTF_DEBUG) == 0) {
|
||||||
fflush(f);
|
fflush(f);
|
||||||
fseek(f, 0x13F, SEEK_SET);
|
fseek(f, 0x144, SEEK_SET);
|
||||||
fwrite(nlicensee, 2, 1, f);
|
fwrite(nlicensee, 2, 1, f);
|
||||||
fflush(f);
|
fflush(f);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user