Commit 87b73190 authored by Tony Castley's avatar Tony Castley

Changed directory of the config file for BeOS to be consistant with

OS standard.
parent 77d515ff
...@@ -48,7 +48,11 @@ ...@@ -48,7 +48,11 @@
#define THREAD_COND_TIMEOUT 5 #define THREAD_COND_TIMEOUT 5
/* The configuration file and directory */ /* The configuration file and directory */
#ifdef SYS_BEOS
#define CONFIG_DIR "config/settings"
#else
#define CONFIG_DIR ".videolan" #define CONFIG_DIR ".videolan"
#endif
#define CONFIG_FILE "vlcrc" #define CONFIG_FILE "vlcrc"
/***************************************************************************** /*****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment