[SCM] Debian packaging of DBD-Firebird CPAN distribution branch, master, updated. f5b82e0410f4456c04d43153f1eeb8ff9388d241
Damyan Ivanov
dmn at debian.org
Thu Sep 1 10:59:27 UTC 2011
The following commit has been merged in the master branch:
commit f5b82e0410f4456c04d43153f1eeb8ff9388d241
Author: Damyan Ivanov <dmn at debian.org>
Date: Thu Sep 1 13:59:20 2011 +0300
one more format warning fixed
diff --git a/debian/patches/fix-warnings.patch b/debian/patches/fix-warnings.patch
index b28c363..40a06e0 100644
--- a/debian/patches/fix-warnings.patch
+++ b/debian/patches/fix-warnings.patch
@@ -47,14 +47,17 @@ Forwarded: https://github.com/mariuz/perl-dbd-firebird/issues/13
if (imp_sth->fetched < 0)
imp_sth->fetched = 0;
-@@ -1310,7 +1314,7 @@ AV *dbd_st_fetch(SV *sth, imp_sth_t *imp
+@@ -1310,9 +1314,9 @@ AV *dbd_st_fetch(SV *sth, imp_sth_t *imp
if (remainder < 0) remainder = -remainder;
snprintf(buf, sizeof(buf),
- "%"DBD_IB_INT64f".%0.*"DBD_IB_INT64f,
+ "%"DBD_IB_INT64f".%0*"DBD_IB_INT64f,
i/divisor, -var->sqlscale, remainder);
- DBI_TRACE_imp_xxh(imp_sth, 3, (DBIc_LOGPIO(imp_sth), "-------------->SQLINT64=%"DBD_IB_INT64f".%0.*"DBD_IB_INT64f,i/divisor, -var->sqlscale, remainder ));
+- DBI_TRACE_imp_xxh(imp_sth, 3, (DBIc_LOGPIO(imp_sth), "-------------->SQLINT64=%"DBD_IB_INT64f".%0.*"DBD_IB_INT64f,i/divisor, -var->sqlscale, remainder ));
++ DBI_TRACE_imp_xxh(imp_sth, 3, (DBIc_LOGPIO(imp_sth), "-------------->SQLINT64=%"DBD_IB_INT64f".%0*"DBD_IB_INT64f,i/divisor, -var->sqlscale, remainder ));
+
+ }
@@ -1436,7 +1440,7 @@ AV *dbd_st_fetch(SV *sth, imp_sth_t *imp
#else
--
Debian packaging of DBD-Firebird CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list