From 710f066cb8103bbbf2e7ea962e72be982efd20ab Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 9 Sep 2003 21:11:25 +0000 Subject: [project @ 2003-09-09 21:11:25 by jmb] Move the Choices file to Choices:WWW.NetSurf - unfortunately, anyone who has already used NetSurf will now have a spurious Choices file in Choices:NetSurf svn path=/import/netsurf/; revision=276 --- riscos/options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos/options.c') diff --git a/riscos/options.c b/riscos/options.c index 9dad0859d..5e5ba5384 100644 --- a/riscos/options.c +++ b/riscos/options.c @@ -66,7 +66,7 @@ const char* yesno(int q) return "N"; } -static const char * const WRITE_DIR = ".NetSurf"; +static const char * const WRITE_DIR = ".WWW.NetSurf"; void options_write(struct options* opt, char* filename) { @@ -127,7 +127,7 @@ void options_read(struct options* opt, char* filename) int size; fn = xcalloc(20 + (filename == 0 ? 7 : strlen(filename)), sizeof(char)); - sprintf(fn, "Choices:NetSurf.%s", filename == 0 ? "Choices" : filename); + sprintf(fn, "Choices:WWW.NetSurf.%s", filename == 0 ? "Choices" : filename); LOG(("Getting file info")); if (xmessagetrans_file_info(fn, &flags, &size) != NULL) -- cgit v1.2.3