Fix all returns to be size_t (they are all unsigned). Fixup strlen being
authorJeremy Allison <jra@samba.org>
Mon, 11 Nov 2002 22:13:05 +0000 (22:13 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 11 Nov 2002 22:13:05 +0000 (22:13 +0000)
commitda45fbf63574b774504486e32e87811379e72d26
treeb3c2d0e2f4319a0c6cba37758d508491407ae5c9
parent9b62172031ed16221821ad7a975e48c140e4ff26
Fix all returns to be size_t (they are all unsigned). Fixup strlen being
done on ucs2 strings.
Jeremy.
(This used to be commit 9a6c6946193289eac5b91fe6fd236c0742ec6f8c)
source3/lib/charcnv.c