]> granicus.if.org Git - python/commit
Use size_t instead of int for various variables to prevent
authorWalter Dörwald <walter@livinglogic.de>
Tue, 4 Feb 2003 18:02:28 +0000 (18:02 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Tue, 4 Feb 2003 18:02:28 +0000 (18:02 +0000)
commitbda1c86dafb3b614632717e5330f8d029a8151d1
treed8d1b596eedaef7328043db48366a553e7af89a1
parentdbaba0d05a6769c8025f5a5b4122f0ba96dede38
Use size_t instead of int for various variables to prevent
signed/unsigned comparison warnings on the call to iconv().

Fix comment typos.

From SF patch #680146.
Modules/_iconv_codec.c