]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - dmidecode/patches/dmidecode-2.10-recognize-more-memory.patch
atk: Fix running test suite
[people/stevee/ipfire-3.x.git] / dmidecode / patches / dmidecode-2.10-recognize-more-memory.patch
1 --- dmidecode/dmidecode.c~ 2009/04/30 08:19:37 1.141
2 +++ dmidecode/dmidecode.c 2009/06/19 11:55:35 1.142
3 @@ -2007,7 +2007,7 @@
4
5 static void dmi_memory_array_capacity(u32 code)
6 {
7 - if (code == 0x8000000)
8 + if (code == 0x80000000)
9 printf(" Unknown");
10 else
11 {