summaryrefslogtreecommitdiff
path: root/lib/rpmrc.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-04-17 19:21:00 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-04-17 19:21:00 +0300
commit7800911bb0281ab568af767c74a664b9c1215464 (patch)
tree0ad538610104a28ff66f17812ae0855ce8a47e64 /lib/rpmrc.c
parent9cf9ad7bc919451f65881c2dd8bc772ba722d7fa (diff)
downloadlibrpm-tizen-7800911bb0281ab568af767c74a664b9c1215464.tar.gz
librpm-tizen-7800911bb0281ab568af767c74a664b9c1215464.tar.bz2
librpm-tizen-7800911bb0281ab568af767c74a664b9c1215464.zip
Accidental typo introduced to rpmrc.c
- seems to be one of those days, sigh
Diffstat (limited to 'lib/rpmrc.c')
-rw-r--r--lib/rpmrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmrc.c b/lib/rpmrc.c
index ed75d9f1e..de29b0cc4 100644
--- a/lib/rpmrc.c
+++ b/lib/rpmrc.c
@@ -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;