Skip to content

Commit adfb215

Browse files
authored
Merge pull request #576 from intel/thermald_next
32bit build failure
2 parents 7cd8e3f + a05260f commit adfb215

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/thd_gddv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ int cthd_gddv::handle_compressed_gddv(char *buf, int size) {
10881088
thd_log_warn("Failed to allocate buffer for decompressed output\n");
10891089
return THD_ERROR;
10901090
}
1091-
thd_log_debug("output size =%lu\n", output_size);
1091+
thd_log_debug("output size =%" PRIu64 "\n", output_size);
10921092

10931093
res=lzma_decompress((unsigned char*)(decompressed.get() + header->headersize),
10941094
&destlen,

0 commit comments

Comments
 (0)