fix epg parameters

This commit is contained in:
hummypkg 2015-01-05 14:00:13 +00:00 committed by HummyPkg
parent 8992053f18
commit 109e0992ab
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -268,7 +268,7 @@ sqlitedumpstart(char *file)
EXEC("create index service_id on epg(service_id)");
if (sqlite3_prepare_v2(db,
"insert into epg values(?,?,?,?,?,?,?,?,?,?,?,?,?)",
"insert into epg values(?,?,?,?,?,?,?,?,?,?,?,?,?,?)",
-1, &stmt, NULL) != SQLITE_OK)
{
fprintf(stderr,