Fix all returns to be size_t (they are all unsigned). Fixup strlen being
authorJeremy Allison <jra@samba.org>
Mon, 11 Nov 2002 22:12:48 +0000 (22:12 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 11 Nov 2002 22:12:48 +0000 (22:12 +0000)
commit0e8dc732ae9eea38329615aabd949024d84158f4
treee3b5e87753c024571b169ea6129aa4884b1589db
parentb0f9f11f5fd3aa10be3f7dd3b5d1702222db014f
Fix all returns to be size_t (they are all unsigned). Fixup strlen being
done on ucs2 strings.
Jeremy.
(This used to be commit 205e8f03015dd533ae62753f2098505f1231e3e4)
source3/lib/charcnv.c