From dd09de25d735b80144af4c258fc9efb157e41fdd Mon Sep 17 00:00:00 2001 From: Packit Bot Date: May 04 2021 22:15:55 +0000 Subject: Apply patch 0001-dmidecode-Print-type-33-name-unconditionally.patch patch_name: 0001-dmidecode-Print-type-33-name-unconditionally.patch present_in_specfile: true --- diff --git a/dmidecode.c b/dmidecode.c index 8ebd862..71c166f 100644 --- a/dmidecode.c +++ b/dmidecode.c @@ -4807,8 +4807,8 @@ static void dmi_decode(const struct dmi_header *h, u16 ver) break; case 33: /* 7.34 64-bit Memory Error Information */ - if (h->length < 0x1F) break; printf("64-bit Memory Error Information\n"); + if (h->length < 0x1F) break; printf("\tType: %s\n", dmi_memory_error_type(data[0x04])); printf("\tGranularity: %s\n",