summaryrefslogtreecommitdiff
path: root/sfeed.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2021-07-06 18:17:14 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2021-07-06 18:17:14 +0200
commit26921d36c8c1ed52002889ba4c26b645880c2403 (patch)
tree701202c348cb555be1f249b8351ff9b78e8ea94c /sfeed.c
parent70b1fdee9277eacaf2962e428f3bc46fe69a1931 (diff)
sfeed: change comment which reflects printing relative URLs behaviour
This URL printing behaviour was changed recently in commit f305b032bc19b4e81c0dd6c0398370028ea910ca
Diffstat (limited to 'sfeed.c')
-rw-r--r--sfeed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfeed.c b/sfeed.c
index ac599a9..8376fd8 100644
--- a/sfeed.c
+++ b/sfeed.c
@@ -385,7 +385,7 @@ string_print_trimmed_multi(String *s)
}
}
-/* always print absolute URLs (using global baseurl) */
+/* print URL, if it's a relative URL then it uses global baseurl */
void
printuri(char *s)
{
@@ -411,7 +411,7 @@ printuri(char *s)
*e = c; /* restore NUL byte to original character */
}
-/* always print absolute URLs (using global baseurl) */
+/* print URL, if it's a relative URL then it uses global baseurl */
void
string_print_uri(String *s)
{