| ttiny comment change - stagit - [fork] customized build of stagit, the static g… | |
| git clone git://src.adamsgaard.dk/stagit | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 63e6c2badf4e0c915b75ccbbeee30778f0efac7c | |
| parent d87119b82df29649c7dae1569af4777cfbaea236 | |
| Author: Hiltjo Posthuma <[email protected]> | |
| Date: Thu, 25 Mar 2021 18:17:34 +0100 | |
| ttiny comment change | |
| Diffstat: | |
| M stagit.c | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/stagit.c b/stagit.c | |
| t@@ -380,7 +380,7 @@ xmlencode(FILE *fp, const char *s, size_t len) | |
| } | |
| } | |
| -/* Escape characters below as HTML 2.0 / XML 1.0, ignore printing '\n', '\r' */ | |
| +/* Escape characters below as HTML 2.0 / XML 1.0, ignore printing '\r', '\n' */ | |
| void | |
| xmlencodeline(FILE *fp, const char *s, size_t len) | |
| { |