Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Minor grammar correction in comment, no functional change. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | check-in-edit |
| Files: | files | file ages | folders |
| SHA1: |
f8b0a3e8cd88d6a90ff3c90d077a091d |
| User & Date: | andybradford 2015-07-29 03:23:35.692 |
Context
|
2015-07-29
| ||
| 03:26 | Merge in released version of SQLite from trunk. ... (check-in: 4c4a954910 user: andybradford tags: check-in-edit) | |
| 03:23 | Minor grammar correction in comment, no functional change. ... (check-in: f8b0a3e8cd user: andybradford tags: check-in-edit) | |
|
2015-07-26
| ||
| 22:58 | Fix typo in comment. ... (check-in: 57f19bf5b1 user: mistachkin tags: check-in-edit) | |
Changes
Changes to src/main.c.
| ︙ | ︙ | |||
876 877 878 879 880 881 882 |
break;
}
}
return zReturn;
}
/*
| | | 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 |
break;
}
}
return zReturn;
}
/*
** Look for multiple occurrences of a command-line option with the
** corresponding argument.
**
** Return a malloc allocated array of pointers to the arguments.
**
** pnUsedArgs is used to store the number of matched arguments.
**
** Caller is responsible to free allocated memory.
|
| ︙ | ︙ |