aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongSave.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-18 12:24:09 +0200
committerMax Kellermann <max@duempel.org>2013-10-18 12:24:47 +0200
commit58fe352fdaff93737d067a0cb90d83ebd5cbe180 (patch)
tree31ebf5e04b4cbc85258d0b8a059a5cf323427836 /src/SongSave.cxx
parentb105093dcdfc3f860a2d8f0c84bc94997efa50c4 (diff)
downloadmpd-58fe352fdaff93737d067a0cb90d83ebd5cbe180.tar.gz
mpd-58fe352fdaff93737d067a0cb90d83ebd5cbe180.tar.xz
mpd-58fe352fdaff93737d067a0cb90d83ebd5cbe180.zip
util/StringUtil: rename strchug_fast_c() to strchug_fast()
Overload the name.
Diffstat (limited to 'src/SongSave.cxx')
-rw-r--r--src/SongSave.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SongSave.cxx b/src/SongSave.cxx
index 8005885eb..4992b5ead 100644
--- a/src/SongSave.cxx
+++ b/src/SongSave.cxx
@@ -78,7 +78,7 @@ song_load(TextFile &file, Directory *parent, const char *uri,
}
*colon++ = 0;
- value = strchug_fast_c(colon);
+ value = strchug_fast(colon);
if ((type = tag_name_parse(line)) != TAG_NUM_OF_ITEM_TYPES) {
tag.AddItem(type, value);