From 878cebe9470b0bfd8e4302e2cf304cc7d52f0e38 Mon Sep 17 00:00:00 2001 From: ewt Date: Thu, 15 Feb 1996 21:08:09 +0000 Subject: [PATCH] fixed bug which resulted in shared files getting backed up CVS patchset: 284 CVS date: 1996/02/15 21:08:09 --- lib/uninstall.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/uninstall.c b/lib/uninstall.c index 7851d84..e8999b7 100644 --- a/lib/uninstall.c +++ b/lib/uninstall.c @@ -345,6 +345,7 @@ static int removeFile(char * file, char state, unsigned int flags, char * md5, case KEEP: message(MESS_DEBUG, "keeping %s\n", file); + break; case BACKUP: message(MESS_DEBUG, "saving %s as %s.rpmsave\n", file, file); -- 2.7.4