1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 06:08:38 -04:00

fixed typo (wyant++)

This commit is contained in:
Kenichi Ishigaki 2018-12-23 01:47:50 +09:00
parent f05eecb56e
commit 2bbdf48fd7

View file

@ -2794,7 +2794,7 @@ sqlite_db_config(pTHX_ SV *dbh, int id, int new_value)
return FALSE;
}
if ( rc != SQLITE_OK ) {
sqlite_error(dbh, rc, form("sqlite_config failed with error %s", sqlite3_errmsg(imp_dbh->db)));
sqlite_error(dbh, rc, form("sqlite_db_config failed with error %s", sqlite3_errmsg(imp_dbh->db)));
return FALSE;
}
return ret;