Commit 1c57b6bb authored by jan.koester's avatar jan.koester
Browse files

changed behavior sql

parent b678cb1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ namespace blogi {
                    sqlite3_finalize(prep);
                    prep=next;
                }while(prep);
            }while(sqlptr != ssql+sql->length());
            }while(sqlptr);
            sqllock.store(false);
            delete[] ssql;
            return rcount;