summaryrefslogtreecommitdiff
path: root/pcre32_ord2utf32.c
diff options
context:
space:
mode:
authorchpe <chpe@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-18 18:35:30 +0000
committerchpe <chpe@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-18 18:35:30 +0000
commitf57afaabcbaee44093d43574376852e9cfa7d073 (patch)
treee9f7ffda5f656e28b2042faeb25a8b6b4757e48b /pcre32_ord2utf32.c
parent03e1cfe2fa6af3375fc1ec0e2f879655e9253044 (diff)
downloadpcre-f57afaabcbaee44093d43574376852e9cfa7d073.tar.gz
pcre32: Fix signed-unsigned compare
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1133 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre32_ord2utf32.c')
-rw-r--r--pcre32_ord2utf32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre32_ord2utf32.c b/pcre32_ord2utf32.c
index bfdff70..606bcb3 100644
--- a/pcre32_ord2utf32.c
+++ b/pcre32_ord2utf32.c
@@ -64,7 +64,7 @@ Arguments:
Returns: number of characters placed in the buffer
*/
-int
+unsigned int
PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer)
{
#ifdef SUPPORT_UTF