Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 6e34fb5f42af3870a183c29a4dd66402 > files > 2

perl-Text-Unaccent-1.80.0-5.mga3.src.rpm

Index: unac.c
===================================================================
--- unac.c
+++ unac.c	2007-11-25 03:04:54.000000000 +0100
@@ -13881,9 +13881,9 @@
     *out_lengthp = 0;
   } else {
     char* utf16 = 0;
-    int utf16_length = 0;
+    size_t utf16_length = 0;
     char* utf16_unaccented = 0;
-    int utf16_unaccented_length = 0;
+    size_t utf16_unaccented_length = 0;
   
     if(convert(charset, utf16be(), in, in_length, &utf16, &utf16_length) < 0) {
       return -1;