Differences From Artifact [d741fc6df0]:
- File src/main.c — part of check-in [76f65b4362] at 2021-09-17 19:48:40 on branch trunk — Formatting improvements on the change log. Improvements to the help text for the "fossil ui" command. (user: drh size: 119381) [more...]
To Artifact [c16cef098c]:
- File src/main.c — part of check-in [bf3a32f59e] at 2021-11-14 19:38:05 on branch trunk — Fix an incorrect malloc() associated with "fossil commit -v" (user: drh size: 119388)
| ︙ | ︙ | |||
3308 3309 3310 3311 3312 3313 3314 |
cgi_reset_content();
sqlite3_sleep(1100);
}
@ </ol>
@ <p>End of test</p>
style_finish_page();
}
| > | 3308 3309 3310 3311 3312 3313 3314 3315 |
cgi_reset_content();
sqlite3_sleep(1100);
}
@ </ol>
@ <p>End of test</p>
style_finish_page();
}
/*hi*/
|