mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[host] app: remove debug line and fix my failure to count
This commit is contained in:
parent
0ccc84959e
commit
7cc9b5f77c
@ -629,11 +629,10 @@ static bool newKVMFRData(KVMFRUserData * dst)
|
||||
record->size = sizeof(*osInfo);
|
||||
|
||||
osInfo->os = KVMFR_OS_OTHER;
|
||||
if (!appendBuffer(dst, record, "Unknown\0", 9))
|
||||
if (!appendBuffer(dst, record, "Unknown", 8))
|
||||
return false;
|
||||
}
|
||||
|
||||
DEBUG_INFO("done KVMFRData");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user