the -k flag wrote to the wrong location. fixing the bug

This commit is contained in:
anthony
2010-01-04 20:09:05 -07:00
parent f0361ee025
commit 8f1ad7f9fc

View File

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