From 30ceda2640277ee8c6f7f96e4fa86545932f1c9c Mon Sep 17 00:00:00 2001 From: Qball Cow Date: Mon, 20 Aug 2007 14:34:16 +0000 Subject: just testing3 git-svn-id: https://svn.musicpd.org/mpd/branches/q-mpd@6775 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/storedPlaylist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/storedPlaylist.c') diff --git a/src/storedPlaylist.c b/src/storedPlaylist.c index 3e2fdf827..0f1160aa0 100644 --- a/src/storedPlaylist.c +++ b/src/storedPlaylist.c @@ -42,7 +42,7 @@ unsigned long getStoredPlaylistVersion(void) return storedplaylistversion; } -static char *utf8pathToFsPathInStoredPlaylist(const char *utf8path, int fd) +char *utf8pathToFsPathInStoredPlaylist(const char *utf8path, int fd) { char *file; char *rfile; -- cgit v1.2.3