util/StringUtil: rename strchug_fast_c() to strchug_fast()

Overload the name.
This commit is contained in:
Max Kellermann
2013-10-18 12:24:09 +02:00
parent b105093dcd
commit 58fe352fda
5 changed files with 6 additions and 9 deletions

View File

@@ -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);