projects
/
forks
/
stagit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
295e4b8
)
tiny comment change
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Thu, 25 Mar 2021 17:17:34 +0000
(18:17 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Thu, 25 Mar 2021 17:17:34 +0000
(18:17 +0100)
stagit.c
patch
|
blob
|
history
diff --git
a/stagit.c
b/stagit.c
index 94c6b83d5d029833d97076d3d9195e86f2a70825..488b653176bf134837063bd7533fbe486523cc6c 100644
(file)
--- a/
stagit.c
+++ b/
stagit.c
@@
-377,7
+377,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)
{