Explorar o código

fix bug introduced with recent package upgrade

Ralf S. Engelschall %!s(int64=18) %!d(string=hai) anos
pai
achega
2b400e7c84
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      perl-dbi/perl-dbi.patch

+ 1 - 1
perl-dbi/perl-dbi.patch

@@ -76,7 +76,7 @@ Index: DBD-SQLite-1.14/dbdimp.c
              /* There are bug reports that say this should be sqlite3_reset() */
              sqlite3_finalize(imp_sth->stmt);
 -            sqlite_error(sth, (imp_xxh_t*)imp_sth, imp_sth->retval, (char*)sqlite3_errmsg(imp_dbh->db));
-+            sqlite_error(sth, (imp_xxh_t*)imp_sth, retval, defererr);
++            sqlite_error(sth, (imp_xxh_t*)imp_sth, imp_sth->retval, defererr);
 +            free(defererr);
              return -5;
          }