]> git.tdb.fi Git - ext/subsurface.git/commit
Fix uemis parser to work with base64 data that isn't a multiple of 3
authorDirk Hohndel <dirk@hohndel.org>
Fri, 30 Sep 2011 01:01:58 +0000 (18:01 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Fri, 30 Sep 2011 01:01:58 +0000 (18:01 -0700)
commit529412aa379ead5beaa9e66c19fbc127d24b9ed4
treeda9d9541235f87a9cd5bec3830c12f1093378051
parentcbcfcddfb167ac242b27d253b9d8f36e78255865
Fix uemis parser to work with base64 data that isn't a multiple of 3

I had forgotten the '=' sign as valid character in base64 code

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
uemis.c