2 Aug
2023
2 Aug
'23
4:04 a.m.
Jeffrey Smith (@whydoubt) commented about tools/winedump/reg.c:
printf("%s", !data ? "\"\"" : get_unicode_str((const WCHAR *)data, data_size / sizeof(WCHAR))); break; + case REG_QWORD: case REG_BINARY: - printf("hex:"); + printf("hex%s:", val->data_type == REG_QWORD ? "(b)" : "");
Does this need to be accounted for in `len`? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3477#note_40987