From 58fe352fdaff93737d067a0cb90d83ebd5cbe180 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 18 Oct 2013 12:24:09 +0200 Subject: util/StringUtil: rename strchug_fast_c() to strchug_fast() Overload the name. --- src/PlaylistDatabase.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PlaylistDatabase.cxx') diff --git a/src/PlaylistDatabase.cxx b/src/PlaylistDatabase.cxx index 3810d8866..a6d15e755 100644 --- a/src/PlaylistDatabase.cxx +++ b/src/PlaylistDatabase.cxx @@ -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); -- cgit v1.2.3