From cbd4ff8d2ae906cc7394e39e2772cd076196c01e Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 9 Sep 2003 21:23:56 +0000 Subject: [project @ 2003-09-09 21:23:56 by jmb] It helps to create the Choices:WWW directory if it doesn't already exist svn path=/import/netsurf/; revision=277 --- riscos/options.c | 1 + 1 file changed, 1 insertion(+) diff --git a/riscos/options.c b/riscos/options.c index 5e5ba5384..c570ddbfb 100644 --- a/riscos/options.c +++ b/riscos/options.c @@ -77,6 +77,7 @@ void options_write(struct options* opt, char* filename) sizeof(char)); sprintf(fn, "%s.%s", WRITE_DIR, filename == 0 ? "Choices" : filename); + xosfile_create_dir(".WWW", 0); xosfile_create_dir(WRITE_DIR, 0); LOG(("filename: %s", fn)); -- cgit v1.2.3