X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fheader.c;h=bd2a0631ea31460eb57daef87af9c22c34d1ce0f;hp=dd274ca025247f48885cd450c67caeb4621a3f21;hb=f8698b9c814a62a117982701b9551f699553b2a4;hpb=f2db311f527e6037c836cf1b14debb841e09b440 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);