rpms/mod_auth_mysql/devel mod_auth_mysql-3.0.0-apr1x.patch,1.1,1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Dec 5 12:46:48 UTC 2005


Author: jorton

Update of /cvs/dist/rpms/mod_auth_mysql/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24893

Modified Files:
	mod_auth_mysql-3.0.0-apr1x.patch 
Log Message:
- fix -Wall -Werror failure on LP64 platforms


mod_auth_mysql-3.0.0-apr1x.patch:
 mod_auth_mysql.c |   47 ++++++++++++++++++++++++-----------------------
 1 files changed, 24 insertions(+), 23 deletions(-)

Index: mod_auth_mysql-3.0.0-apr1x.patch
===================================================================
RCS file: /cvs/dist/rpms/mod_auth_mysql/devel/mod_auth_mysql-3.0.0-apr1x.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_auth_mysql-3.0.0-apr1x.patch	5 Dec 2005 12:41:43 -0000	1.1
+++ mod_auth_mysql-3.0.0-apr1x.patch	5 Dec 2005 12:46:44 -0000	1.2
@@ -122,3 +122,12 @@
  	OR_AUTHCFG, "mysql character set to be used"),
  
    { NULL }
+@@ -889,7 +890,7 @@
+     }
+     if (!found) {
+       LOG_ERROR_2(APLOG_ERR|APLOG_NOERRNO, 0, r, "MySQL ERROR: Invalid formatting character at position %d: \"%s\"",
+-		      pos-output, output);
++                  (int)pos-output, output);
+       return input;
+     }
+   }




More information about the fedora-cvs-commits mailing list