mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-16 14:34:53 +03:00
[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:
parent
710f066cb8
commit
cbd4ff8d2a
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user