Differences From:
File
src/db.c
part of check-in
[fb358ca492]
- Progress toward getting ticketing working. We can enter a
new ticket and display it. Cannot yet edit a ticket.
by
drh on
2007-11-24 19:33:46.
[view]
To:
File
src/db.c
part of check-in
[16fbb59b96]
- Fix the delta computation on download so that it never tries to
delta a file that has the same file as both its parent and its child.
by
drh on
2007-12-03 19:08:11.
[view]
@@ -72,9 +72,8 @@
}else{
fprintf(stderr, "%s: %s\n", g.argv[0], z);
}
db_force_rollback();
- exit(1);
exit(1);
}
static int nBegin = 0; /* Nesting depth of BEGIN */