]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: tr: tweak/make-consistent a pair of loop indices
authorJim Meyering <meyering@fb.com>
Fri, 25 Sep 2015 01:28:16 +0000 (18:28 -0700)
committerJim Meyering <meyering@fb.com>
Tue, 30 Aug 2016 14:57:21 +0000 (07:57 -0700)
commitd7ee241c2328394eb2c9cbb15af7167d61a4bb4a
tree577c6da77212014c6423a5aef698fe1360ef6d7e
parentdef5cd571be5c9bc0788a7c459b1700a1363ab4a
maint: tr: tweak/make-consistent a pair of loop indices

* src/tr.c (unquote): Use indices of type "unsigned int", rather
than a mix or "size_t" and "int", presuming that no command-line-
specified string will have length longer than UINT_MAX.
src/tr.c