Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Calls where first character in string is not a valid digit in base, like: char *end; AP_fromstr("A", 10, &end); throw an unhandled exception: Uncaught exception Assertion failed raised at src/ap.c:26 aborting... instead of properly handling the error. Issue described in drh#13
- Loading branch information