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/util/StringUtil.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/StringUtil.cxx') diff --git a/src/util/StringUtil.cxx b/src/util/StringUtil.cxx index 87d032735..26aa7825e 100644 --- a/src/util/StringUtil.cxx +++ b/src/util/StringUtil.cxx @@ -24,7 +24,7 @@ #include const char * -strchug_fast_c(const char *p) +strchug_fast(const char *p) { while (*p != 0 && g_ascii_isspace(*p)) ++p; -- cgit v1.2.3