diff options
Diffstat (limited to 'include/SString.h')
-rw-r--r-- | include/SString.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SString.h b/include/SString.h index 8ef3ede8e..d33d4c4fa 100644 --- a/include/SString.h +++ b/include/SString.h @@ -10,7 +10,7 @@ // These functions are implemented because each platform calls them something different. int CompareCaseInsensitive(const char *a, const char *b); -int CompareNCaseInsensitive(const char *a, const char *b, int len); +int CompareNCaseInsensitive(const char *a, const char *b, size_t len); bool EqualCaseInsensitive(const char *a, const char *b); // Define another string class. |