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

@@ -85,7 +85,7 @@ extm3u_parse_tag(const char *line)
/* 0 means unknown duration */
duration = 0;
name = strchug_fast_c(endptr + 1);
name = strchug_fast(endptr + 1);
if (*name == 0 && duration == 0)
/* no information available; don't allocate a tag
object */