From 98cbef547a67908737b0ac15f63a254a3a9b4b16 Mon Sep 17 00:00:00 2001 From: InstantMuffin Date: Thu, 5 Mar 2015 21:03:46 +0100 Subject: [PATCH] Update functions.inc --- plugins/include/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/functions.inc b/plugins/include/functions.inc index 98474228..b31be263 100644 --- a/plugins/include/functions.inc +++ b/plugins/include/functions.inc @@ -319,7 +319,7 @@ native Call_PushString(const String:value[]); * @param length Length of string buffer. * @param szflags Flags determining how string should be handled. * See SM_PARAM_STRING_* constants for details. - * The default (0) is to push UTF-8. + * The default (0) is to push ASCII. * @param cpflags Whether or not changes should be copied back to the input array. * See SM_PARAM_* constants for details. * @noreturn