diff options
Diffstat (limited to 'src/strops.cpp')
| -rw-r--r-- | src/strops.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
