From 83cbf0e4a142ab2c57fd4fdfc056517b7149828b Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 4 Oct 2025 17:18:58 +0200 Subject: namespace administration reader + writer --- src/strops.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strops.cpp') diff --git a/src/strops.cpp b/src/strops.cpp index 303b64c..f8184f1 100644 --- a/src/strops.cpp +++ b/src/strops.cpp @@ -23,7 +23,7 @@ namespace strops { - bool prefix(const char *pre, const char *str) + bool is_prefixed(const char *pre, const char *str) { return strncmp(pre, str, strlen(pre)) == 0; } -- cgit v1.2.3-70-g09d2