Chameleon

Chameleon Commit Details

Date:2013-01-15 21:17:46 (11 years 3 months ago)
Author:Evan Lojewski
Commit:2164
Parents: 2163
Message:Pass correct buffer / length to base64 decode
Changes:
M/trunk/i386/libsaio/xml.c

File differences

trunk/i386/libsaio/xml.c
809809
810810
811811
812
812
813813
814814
815815
// TODO: base64 decode
char* string = BASE64Decode(NewSymbol(buffer), length, &actuallen);
char* string = BASE64Decode(buffer, strlen(buffer), &actuallen);
tmpTag->type = kTagTypeData;
tmpTag->string = string;
tmpTag->tag = 0;

Archive Download the corresponding diff file

Revision: 2164