Skip to content

Commit 6ce0c2a

Browse files
committed
Minor update.
1 parent f6fd519 commit 6ce0c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ program example
9797
rc = sqlite3_finalize(stmt)
9898
9999
! Read values from database.
100-
rc = sqlite3_prepare(db, "SELECT * FROM example_table", stmt)
100+
rc = sqlite3_prepare_v2(db, "SELECT * FROM example_table", stmt)
101101
102102
! Print rows line by line.
103103
do while (sqlite3_step(stmt) /= SQLITE_DONE)

0 commit comments

Comments
 (0)