Mercurial > geeqie.yaz
changeset 708:444705451f3a
Use G_DIR_SEPARATOR_S instead of hardcoded "/".
author | zas_ |
---|---|
date | Tue, 20 May 2008 23:11:47 +0000 |
parents | 41c17c66e63b |
children | f4fc939d327b |
files | src/cache.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/cache.h Tue May 20 23:07:09 2008 +0000 +++ b/src/cache.h Tue May 20 23:11:47 2008 +0000 @@ -18,8 +18,8 @@ #include "similar.h" -#define GQ_CACHE_RC_THUMB GQ_RC_DIR"/thumbnails" -#define GQ_CACHE_RC_METADATA GQ_RC_DIR"/metadata" +#define GQ_CACHE_RC_THUMB GQ_RC_DIR G_DIR_SEPARATOR_S "thumbnails" +#define GQ_CACHE_RC_METADATA GQ_RC_DIR G_DIR_SEPARATOR_S "metadata" #define GQ_CACHE_LOCAL_THUMB ".thumbnails" #define GQ_CACHE_LOCAL_METADATA ".metadata"