[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6193-gde774f8

Michael Tautschnig mt at debian.org
Mon Apr 19 09:02:30 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit de774f863b928c1d5d5870cd393cc0710d100dd4
Author: Michael Tautschnig <mt at debian.org>
Date:   Mon Apr 19 10:58:58 2010 +0200

    Fixed order of arguments to StateGeneric
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/debian/common_functions b/debian/common_functions
index c196250..c7c583a 100644
--- a/debian/common_functions
+++ b/debian/common_functions
@@ -185,8 +185,8 @@ StateGeneric()
 {
   PRIO=$1
   QUESTION=$2
-  LAST=$3
-  NEXT=$4
+  NEXT=$3
+  LAST=$4
 
   db_input $PRIO $QUESTION || true
   if db_go; then
@@ -200,8 +200,8 @@ StateGenericDigit()
 {
   PRIO=$1
   QUESTION=$2
-  LAST=$3
-  NEXT=$4
+  NEXT=$3
+  LAST=$4
 
   inputdigit $PRIO $QUESTION || true
   if db_go; then

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list