fix crash: we want to do is_digit() on *char* not on char*
authorWilfried Goesgens <dothebart@citadel.org>
Sat, 27 Nov 2010 11:51:16 +0000 (12:51 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sat, 27 Nov 2010 12:58:53 +0000 (13:58 +0100)
commit067321d4af873bb85bbc01b3de4d047a228c7ac8
treec9e3408037c10a7d50fa6f470a91e1d01a511b4f
parent07faae7c25ea8ed9c1ff3f5dd77eb7213a272ad0
fix crash: we want to do is_digit() on *char* not on char*

some bug the mimetest found before push.
libcitadel/lib/mime_parser.c