[GB.DB.SQLITE3]

* BUG: Fix a crash introduced by the previous fix.


git-svn-id: svn://localhost/gambas/trunk@5545 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2013-02-12 01:45:54 +00:00
parent a8915f2700
commit d446e2453f

View file

@ -334,7 +334,8 @@ static int do_query(DB_DATABASE *db, const char *error, Dataset **pres, const ch
if (success)
{
*pres = res;
if (pres)
*pres = res;
break;
}