[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
This commit is contained in:
John Mark Bell 2003-09-09 21:23:56 +00:00
parent 710f066cb8
commit cbd4ff8d2a

View File

@ -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("<Choices$Write>.WWW", 0);
xosfile_create_dir(WRITE_DIR, 0);
LOG(("filename: %s", fn));