From: ewt Date: Wed, 11 Dec 1996 15:53:58 +0000 (+0000) Subject: actually fixed core dump this time X-Git-Tag: rpm-4.4-release~4514 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86e019bab8a171bed4317ef6b92cc9aba143055e;p=platform%2Fupstream%2Frpm.git actually fixed core dump this time CVS patchset: 1221 CVS date: 1996/12/11 15:53:58 --- diff --git a/lib/install.c b/lib/install.c index 001b8ca..c6374b1 100644 --- a/lib/install.c +++ b/lib/install.c @@ -238,8 +238,8 @@ int rpmInstallPackage(char * rootdir, rpmdb db, int fd, char * location, if (rc == -1) return 2; if (rc) { scriptArg = 1; - hasOthers = 1; } else { + hasOthers = 1; scriptArg = matches.count + 1; }