From: jbj Date: Tue, 23 Feb 1999 07:10:56 +0000 (+0000) Subject: Move callback before return. X-Git-Tag: rpm-4.4-release~3086 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3bb305643b4b8c9ad2b4d3c0421de6d42500ef49;p=platform%2Fupstream%2Frpm.git Move callback before return. CVS patchset: 2831 CVS date: 1999/02/23 07:10:56 --- diff --git a/lib/transaction.c b/lib/transaction.c index 8d85702..e931ee5 100644 --- a/lib/transaction.c +++ b/lib/transaction.c @@ -349,9 +349,9 @@ NOTIFY((NULL, RPMCALLBACK_TRANS_START, 8, al->size, NULL, notifyData)); } } +NOTIFY((NULL, RPMCALLBACK_TRANS_STOP, 8, al->size, NULL, notifyData)); return al->size + ts->numRemovedPackages; } -NOTIFY((NULL, RPMCALLBACK_TRANS_STOP, 8, al->size, NULL, notifyData)); NOTIFY((NULL, RPMCALLBACK_TRANS_START, 9, al->size, NULL, notifyData)); diff --git a/po/rpm.pot b/po/rpm.pot index 40b301c..39a8240 100644 --- a/po/rpm.pot +++ b/po/rpm.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 1999-02-22 19:50-0500\n" +"POT-Creation-Date: 1999-02-23 02:04-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -3137,17 +3137,17 @@ msgstr "" msgid "Invalid signature spec in rc file" msgstr "" -#: ../lib/transaction.c:639 +#: ../lib/transaction.c:641 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: ../lib/transaction.c:645 +#: ../lib/transaction.c:647 #, c-format msgid "excluding %s\n" msgstr "" -#: ../lib/transaction.c:733 +#: ../lib/transaction.c:735 #, c-format msgid "%s skipped due to missingok flag\n" msgstr ""