updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / dark-oberon / dark-oberon-1.0.2-usr.patch
blob8ca943ffddf0042be9f8edf83db211d0cb17d69c
1 diff -ruN dark-oberon-1.0.2-RC1.orig/src/doconfig.h dark-oberon-1.0.2-RC1/src/doconfig.h
2 --- dark-oberon-1.0.2-RC1.orig/src/doconfig.h 2005-11-23 02:16:12.000000000 +0100
3 +++ dark-oberon-1.0.2-RC1/src/doconfig.h 2005-11-23 02:16:29.000000000 +0100
4 @@ -40,7 +40,7 @@
6 /** Filename of the configuration file.
7 * @sa DATA_DIR */
8 -#define CFG_FILE_NAME (user_dir + DATA_DIR "config.cfg").c_str()
9 +#define CFG_FILE_NAME (user_dir + "config.cfg").c_str()
11 /** Default configuration's screen resolution. From this value the
12 * TCONFIG::width and TCONFIG::height are set. */
13 diff -ruN dark-oberon-1.0.2-RC1.orig/src/dologs.h dark-oberon-1.0.2-RC1/src/dologs.h
14 --- dark-oberon-1.0.2-RC1.orig/src/dologs.h 2005-11-23 02:16:12.000000000 +0100
15 +++ dark-oberon-1.0.2-RC1/src/dologs.h 2005-11-23 02:16:39.000000000 +0100
16 @@ -37,7 +37,7 @@
17 * Directory, where log files are created.
18 * @note Macro is only available if #LOG_TO_LOGFILES is specified.
20 -# define LOG_PATH (user_dir + DATA_DIR "logs/").c_str()
21 +# define LOG_PATH (user_dir + "logs/").c_str()
22 /**
23 * Filename of the error log #err_log.
24 * @note Macro is only available if #LOG_TO_LOGFILES is specified.