mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +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) {
|
||||
fflush(f);
|
||||
fseek(f, 0x13F, SEEK_SET);
|
||||
fseek(f, 0x144, SEEK_SET);
|
||||
fwrite(nlicensee, 2, 1, f);
|
||||
fflush(f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user