1
Fork 0
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:
Gareth Rees 2018-10-15 11:55:51 +01:00
parent ae8f45704e
commit 6edddcbabb

View file

@ -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);