From f54fc080c2a96ffdb713a9c8b5d0ccb604197c07 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 20 Feb 2011 22:38:43 +0000 Subject: Add module namespace to options_snoptionf() svn path=/trunk/netsurf/; revision=11739 --- content/fetchers/about.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'content/fetchers') 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) ""); do { - res = snoptionf(buffer + slen, sizeof buffer - slen, opt_loop, + res = options_snoptionf(buffer + slen, sizeof buffer - slen, + opt_loop, ""); 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"); -- cgit v1.2.3
%k%t%V