FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[[ Bug 20570 ]] Fix compiler error · livecodeali/livecode@1d898e2 · GitHub

Commit 1d898e2

Browse files
committed
[[ Bug 20570 ]] Fix compiler error
1 parent eb45e03 commit 1d898e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎revdb/src/mysql_connection.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ DBCursor *DBConnection_MYSQL::sqlQuery(char *p_query, DBString *p_arguments, int
257257
if (t_cursor != NULL)
258258
{
259259
if (t_success)
260-
addCursor(t_cursor)
260+
addCursor(t_cursor);
261261
else
262262
{
263263
delete t_cursor;

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL