aboutsummaryrefslogtreecommitdiffstats
path: root/src/song.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-04 17:46:42 +0100
committerMax Kellermann <max@duempel.org>2009-01-04 17:46:42 +0100
commit45597cc57171484bd59a4ad8f64434090835f93b (patch)
treec2893a1aa9e714f2e71de919bf8ad9572ec4c252 /src/song.c
parent6a008b52d1004f56182911f2a635136d0d097918 (diff)
downloadmpd-45597cc57171484bd59a4ad8f64434090835f93b.tar.gz
mpd-45597cc57171484bd59a4ad8f64434090835f93b.tar.xz
mpd-45597cc57171484bd59a4ad8f64434090835f93b.zip
ls: renamed functions, no CamelCase
Diffstat (limited to '')
-rw-r--r--src/song.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/song.c b/src/song.c
index e89b2ac80..f56853895 100644
--- a/src/song.c
+++ b/src/song.c
@@ -110,7 +110,7 @@ song_file_update(struct song *song)
/* check if there's a suffix and a plugin */
- suffix = getSuffix(song->url);
+ suffix = uri_get_suffix(song->url);
if (suffix == NULL)
return false;
@@ -156,7 +156,7 @@ song_file_update_inarchive(struct song *song)
/* check if there's a suffix and a plugin */
- suffix = getSuffix(song->url);
+ suffix = uri_get_suffix(song->url);
if (suffix == NULL)
return false;