fix
This commit is contained in:
parent
91d174c827
commit
3576c04073
@ -194,8 +194,8 @@ i32 __stdcall DllMain (HMODULE mod, DWORD cause, void *ctx) {
|
|||||||
i64 chipId2Int = readConfigInt (config, "chipId2", 2);
|
i64 chipId2Int = readConfigInt (config, "chipId2", 2);
|
||||||
sprintf (accessCode1, "%020lld", accessCode1Int);
|
sprintf (accessCode1, "%020lld", accessCode1Int);
|
||||||
sprintf (accessCode2, "%020lld", accessCode2Int);
|
sprintf (accessCode2, "%020lld", accessCode2Int);
|
||||||
sprintf (chipId1, "%032llx", chipId1Int);
|
sprintf (chipId1, "%032llX", chipId1Int);
|
||||||
sprintf (chipId2, "%032llx", chipId2Int);
|
sprintf (chipId2, "%032llX", chipId2Int);
|
||||||
toml_free (config);
|
toml_free (config);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user