diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-02 22:42:14 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-02 23:09:29 +0100 |
commit | ea48c9d6b05e686f793a064bc0a8349d636cd399 (patch) | |
tree | efcd11c5c42f5a352d2d98ebe28daa9553bd33db /txtrecv.c | |
parent | 886bdaa2fc4677a5ed2ecb6aeb67424198e27934 (diff) | |
download | vdr-plugin-osdteletext-ea48c9d6b05e686f793a064bc0a8349d636cd399.tar.gz vdr-plugin-osdteletext-ea48c9d6b05e686f793a064bc0a8349d636cd399.tar.bz2 |
Changed default vtx cache dir to the more FHS conform location /var/cache/vdr/vtx
Diffstat (limited to 'txtrecv.c')
-rw-r--r-- | txtrecv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ #include <sys/stat.h> #include <fcntl.h> -const char *RootDir::root = "/vtx"; +const char *RootDir::root = "/var/cache/vdr/vtx"; void RootDir::setRootDir(const char *newRoot) { root=newRoot; |