Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fixed minor spelling error |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | jeremy_c-timeline |
Files: | files | file ages | folders |
SHA1: |
efdad08182dc8c0ee0747f2e11fb379f |
User & Date: | jeremy_c 2009-12-31 14:49:49.000 |
Context
2009-12-31
| ||
14:59 |
| |
14:49 | Fixed minor spelling error ... (check-in: efdad081 user: jeremy_c tags: jeremy_c-timeline) | |
14:49 |
| |
Changes
Changes to src/search.c.
︙ | ︙ | |||
173 174 175 176 177 178 179 | /* ** Testing the search function. ** ** COMMAND: search ** %fossil search pattern... ** | | | 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 | /* ** Testing the search function. ** ** COMMAND: search ** %fossil search pattern... ** ** Search for timeline entries matching the pattern. */ void search_cmd(void){ Search *p; Blob pattern; int i; Stmt q; int iBest; |
︙ | ︙ |