]> git.ozlabs.org Git - ccan/commit - ccan/base64/base64.c
base64: Remove an invalid assertion
authorJon Griffiths <jon_p_griffiths@yahoo.com>
Wed, 24 Aug 2016 06:59:50 +0000 (18:59 +1200)
committerJon Griffiths <jon_p_griffiths@yahoo.com>
Mon, 29 Aug 2016 04:55:58 +0000 (16:55 +1200)
commit8f116a81b39b55031212abb0be2ad088cbf9fd87
treeeea3a03a860c92d71a18ca2fc054a5f0f0d73b29
parent93526097706e7cea50afa1dbab407054c6925729
base64: Remove an invalid assertion

Unsigned types cannot be negative.

Signed-off-by: Jon Griffiths <jon_p_griffiths@yahoo.com>
ccan/base64/base64.c