commit | bda1c86dafb3b614632717e5330f8d029a8151d1 | [log] [tgz] |
---|---|---|
author | Walter Dörwald <walter@livinglogic.de> | Tue Feb 04 18:02:28 2003 +0000 |
committer | Walter Dörwald <walter@livinglogic.de> | Tue Feb 04 18:02:28 2003 +0000 |
tree | d8d1b596eedaef7328043db48366a553e7af89a1 | |
parent | dbaba0d05a6769c8025f5a5b4122f0ba96dede38 [diff] |
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.