소스 검색

fix bug introduced with recent package upgrade

Ralf S. Engelschall 18 년 전
부모
커밋
2b400e7c84
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
          }