summaryrefslogtreecommitdiff
path: root/content/fetchers/about.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchers/about.c')
-rw-r--r--content/fetchers/about.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/content/fetchers/about.c b/content/fetchers/about.c
index c93fdbad4..c5d421c29 100644
--- a/content/fetchers/about.c
+++ b/content/fetchers/about.c
@@ -199,7 +199,8 @@ static bool fetch_about_config_handler(struct fetch_about_context *ctx)
"<table><tr><th></th><th></th><th></th></tr>");
do {
- res = snoptionf(buffer + slen, sizeof buffer - slen, opt_loop,
+ res = options_snoptionf(buffer + slen, sizeof buffer - slen,
+ opt_loop,
"<tr><td>%k</td><td>%t</td><td>%V</td></tr>");
if (res <= 0)
break; /* last option */
@@ -255,7 +256,7 @@ static bool fetch_about_choices_handler(struct fetch_about_context *ctx)
"# Automatically generated current NetSurf browser Choices\n");
do {
- res = snoptionf(buffer + slen,
+ res = options_snoptionf(buffer + slen,
sizeof buffer - slen,
opt_loop,
"%k:%v\n");