this patch fixes a small compile warning in ut_iconv.cpp
-- 
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
                                                 -- Benjamin Franklin
Index: ut_iconv.cpp
===================================================================
RCS file: /cvsroot/abi/src/af/util/xp/ut_iconv.cpp,v
retrieving revision 1.21
diff -u -r1.21 ut_iconv.cpp
--- ut_iconv.cpp        11 Apr 2002 13:56:11 -0000      1.21
+++ ut_iconv.cpp        24 Apr 2002 12:25:43 -0000
@@ -318,7 +318,7 @@
 
        *outp = '\0';
 
-       const size_t nNewLen = p - str;
+       const UT_sint32 nNewLen = p - str;
 
        if (bytes_read_arg)
          {

Attachment: msg23793/pgp00000.pgp
Description: PGP signature

Reply via email to