Chameleon

Chameleon Commit Details

Date:2011-07-04 01:39:24 (12 years 8 months ago)
Author:Evan Lojewski
Commit:1102
Parents: 1101
Message:Remove verbose message
Changes:
M/trunk/i386/libsaio/xml.c

File differences

trunk/i386/libsaio/xml.c
11131113
11141114
11151115
1116
1116
11171117
11181118
11191119
{
if(!dict)
{
printf("XMLCastInteger: null dict\n");
//printf("XMLCastInteger: null dict\n");
return 0;
}
if(dict->type == kTagTypeInteger) return (int)(dict->string);

Archive Download the corresponding diff file

Revision: 1102