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

@@ -59,7 +59,7 @@ playlist_metadata_load(TextFile &file, PlaylistVector &pv, const char *name,
}
*colon++ = 0;
value = strchug_fast_c(colon);
value = strchug_fast(colon);
if (strcmp(line, "mtime") == 0)
pm.mtime = strtol(value, nullptr, 10);