From f9181e0e0634eb1227e55d318729a213ad2d5f87 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 13 Aug 1999 19:59:17 +0000 Subject: Update. 1999-08-13 Ulrich Drepper * po/fr.po: Update. --- elf/dl-load.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'elf/dl-load.c') diff --git a/elf/dl-load.c b/elf/dl-load.c index 2f3e878e7a..eb3c41577a 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -744,8 +744,8 @@ _dl_map_object_from_fd (const char *name, int fd, char *realname, header = (void *) readbuf; /* Check the header for basic validity. */ - if (__builtin_expect (VALID_ELF_HEADER (header->e_ident, expected, EI_PAD), - 0) != 0) + if (__builtin_expect (!VALID_ELF_HEADER (header->e_ident, expected, EI_PAD), + 0)) { /* Something is wrong. */ if (*(Elf32_Word *) &header->e_ident != -- cgit 1.4.1