X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fheader.c;h=bd2a0631ea31460eb57daef87af9c22c34d1ce0f;hb=e78d9abae1b03af6fb3b0c074a7b5641993373b4;hp=dd274ca025247f48885cd450c67caeb4621a3f21;hpb=650997e4865a090b6856c7ca34b02f42994e8e29;p=wimlib diff --git a/src/header.c b/src/header.c index dd274ca0..bd2a0631 100644 --- a/src/header.c +++ b/src/header.c @@ -270,7 +270,7 @@ wimlib_print_header(const WIMStruct *w) tprintf(T("Chunk Size = %u\n"), WIM_CHUNK_SIZE); tfputs (T("GUID = "), stdout); - print_byte_field(hdr->guid, WIM_GID_LEN); + print_byte_field(hdr->guid, WIM_GID_LEN, stdout); tputchar(T('\n')); tprintf(T("Part Number = %hu\n"), w->hdr.part_number); tprintf(T("Total Parts = %hu\n"), w->hdr.total_parts);