summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--string.cbin6109 -> 12314 bytes
-rw-r--r--string.h2
2 files changed, 1 insertions, 1 deletions
diff --git a/string.c b/string.c
index b38c83ad6..d4f3be052 100644
--- a/string.c
+++ b/string.c
Binary files differ
diff --git a/string.h b/string.h
index c795b3336..d5f637719 100644
--- a/string.h
+++ b/string.h
@@ -43,7 +43,7 @@ typedef enum CharSetFilter {
CS_ALPHA, //! Only alphabetic values
} CharSetFilter;
-/** Convert the given string to lowercase */
+/** Convert the given string to lowercase, only works with ASCII! */
void strtolower(char *str);
typedef uint32 WChar;