Procházet zdrojové kódy

fix bug introduced with recent package upgrade

Ralf S. Engelschall před 18 roky
rodič
revize
2b400e7c84
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
          }