Try Fix
This commit is contained in:
parent
358e59ced2
commit
76b813d4db
|
@ -1674,7 +1674,7 @@ _FX BOOLEAN Custom_ProductID(void) {
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
status = NtSetValueKey(
|
status = NtSetValueKey(
|
||||||
hKey, &uni, 0, REG_SZ, tmp, lstrlen(tmp)+1);
|
hKey, &uni, 0, REG_SZ, tmp, sizeof(tmp)+1);
|
||||||
|
|
||||||
NtClose(hKey);
|
NtClose(hKey);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue