mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 05:30:45 -08:00
Fix mpseventsql, broken by change 195250.
Copied from Perforce Change: 195258
This commit is contained in:
parent
ae8f45704e
commit
6edddcbabb
1 changed files with 1 additions and 1 deletions
|
|
@ -696,7 +696,7 @@ static void fillGlueTables(sqlite3 *db)
|
|||
|
||||
statement = prepareStatement(db,
|
||||
"INSERT OR IGNORE INTO event_param (type, param_index, sort, ident, doc)"
|
||||
"VALUES (?, ?, ?, ?)");
|
||||
"VALUES (?, ?, ?, ?, ?)");
|
||||
EVENT_LIST(EVENT_TYPE_INSERT_PARAMS, X);
|
||||
|
||||
finalizeStatement(db, statement);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue