diff options
author | Eric Wong <normalperson@yhbt.net> | 2008-01-01 03:06:01 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2008-01-01 03:06:01 +0000 |
commit | 49f8660f3528bb9cb8093ea9e9315078da86c579 (patch) | |
tree | bc3d180f4f0cd18b4f7428d97cb0502cc079ef29 /src/storedPlaylist.c | |
parent | c3a47fe364417d7833b8855c3d629f04b617d5c3 (diff) | |
download | mpd-49f8660f3528bb9cb8093ea9e9315078da86c579.tar.gz mpd-49f8660f3528bb9cb8093ea9e9315078da86c579.tar.xz mpd-49f8660f3528bb9cb8093ea9e9315078da86c579.zip |
storedPlaylist: fix compile warning (last-second internal API change)
git-svn-id: https://svn.musicpd.org/mpd/trunk@7114 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/storedPlaylist.c')
-rw-r--r-- | src/storedPlaylist.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/storedPlaylist.c b/src/storedPlaylist.c index 8f5f23c99..089869c40 100644 --- a/src/storedPlaylist.c +++ b/src/storedPlaylist.c @@ -61,8 +61,6 @@ static void utf8_to_fs_playlist_path(char *path_max_tmp, const char *utf8path) utf8_to_fs_charset(path_max_tmp, (char *)utf8path); rpp2app_r(path_max_tmp, path_max_tmp); strncat(path_max_tmp, "." PLAYLIST_FILE_SUFFIX, MPD_PATH_MAX - 1); - - return path_max_tmp; } static unsigned int lengthOfStoredPlaylist(StoredPlaylist *sp) |