mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-26 14:07:05 +03:00
Move old cache path.
This commit is contained in:
parent
aa846653c2
commit
982fc516cc
@ -22,9 +22,9 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef riscos
|
||||
#define TEMP_FILENAME_PREFIX "<Wimp$ScrapDir>/WWW/NetSurf/Cache"
|
||||
#define TEMP_FILENAME_PREFIX "<Wimp$ScrapDir>/WWW/NetSurf/Misc"
|
||||
#else
|
||||
#define TEMP_FILENAME_PREFIX "/tmp/WWW/NetSurf/Cache"
|
||||
#define TEMP_FILENAME_PREFIX "/tmp/WWW/NetSurf/Misc"
|
||||
#endif
|
||||
|
||||
const char *filename_request(void);
|
||||
|
Loading…
Reference in New Issue
Block a user