Accidental typo introduced to rpmrc.c
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 17 Apr 2008 16:21:00 +0000 (19:21 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 17 Apr 2008 16:21:00 +0000 (19:21 +0300)
- seems to be one of those days, sigh

lib/rpmrc.c

index ed75d9f..de29b0c 100644 (file)
@@ -1102,7 +1102,7 @@ static void defaultMachine(const char ** arch,
        }
        else if ((!strncmp(un.machine, "34", 2) ||
                !strncmp(un.machine, "33", 2)) && \
-               strncmp(un.release, "4.0", 3))
+               !strncmp(un.release, "4.0", 3))
        {
            /* we are on ncr-sysv4 */
            char * prelid = NULL;