summaryrefslogtreecommitdiffstats
path: root/get_path.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-25 20:41:04 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-25 20:41:04 +0000
commit09c0165a2f7b1d22dc8c6721f7d5a68bf17f4cfa (patch)
tree0783904ea0bfee69d59f4268bec82e240a802a8b /get_path.c
parent8c25fc6a0a0126dd19ed3d15e47b0dc9064beff3 (diff)
downloadmpv-09c0165a2f7b1d22dc8c6721f7d5a68bf17f4cfa.tar.bz2
mpv-09c0165a2f7b1d22dc8c6721f7d5a68bf17f4cfa.tar.xz
some debugging
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3747 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'get_path.c')
-rw-r--r--get_path.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/get_path.c b/get_path.c
index 8024e0ac39..9d0c1096a3 100644
--- a/get_path.c
+++ b/get_path.c
@@ -18,5 +18,6 @@ char *get_path(char *filename){
return NULL;
sprintf(buff, "%s%s/%s", homedir, config_dir, filename);
}
+ mp_msg(MSGT_GLOBAL,MSGL_V,"get_path('%s') -> '%s'\n",filename,buff);
return buff;
}