OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   20-Sep-2007 10:17:30
  Branch: HEAD                             Handle: 2007092009173000

  Modified files:
    openpkg-src/perl-dbi    perl-dbi.patch

  Log:
    fix bug introduced with recent package upgrade

  Summary:
    Revision    Changes     Path
    1.31        +1  -1      openpkg-src/perl-dbi/perl-dbi.patch
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-dbi/perl-dbi.patch
  ============================================================================
  $ cvs diff -u -r1.30 -r1.31 perl-dbi.patch
  --- openpkg-src/perl-dbi/perl-dbi.patch       20 Sep 2007 07:59:57 -0000      
1.30
  +++ openpkg-src/perl-dbi/perl-dbi.patch       20 Sep 2007 08:17:30 -0000      
1.31
  @@ -76,7 +76,7 @@
                /* 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;
            }
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to