Small conf.h update.

This commit is contained in:
Markus F.X.J. Oberhumer
2009-01-01 13:40:52 +01:00
parent 5ed689ceb0
commit 57a64de023
3 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -846,7 +846,7 @@ bool PackLinuxElf32::canPack()
{
union {
unsigned char buf[sizeof(Elf32_Ehdr) + 14*sizeof(Elf32_Phdr)];
//struct { U_Elf32_Ehdr ehdr; U_Elf32_Phdr phdr; } e;
//struct { Elf32_Ehdr ehdr; Elf32_Phdr phdr; } e;
} u;
COMPILE_TIME_ASSERT(sizeof(u.buf) <= 512);