mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
fixed typo (wyant++)
This commit is contained in:
parent
f05eecb56e
commit
2bbdf48fd7
1 changed files with 1 additions and 1 deletions
2
dbdimp.c
2
dbdimp.c
|
@ -2794,7 +2794,7 @@ sqlite_db_config(pTHX_ SV *dbh, int id, int new_value)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
if ( rc != SQLITE_OK ) {
|
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 FALSE;
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Add table
Reference in a new issue