Chameleon

Chameleon Commit Details

Date:2012-05-08 21:00:53 (11 years 11 months ago)
Author:Cosmosis Jones
Commit:1951
Parents: 1950
Message:http://forge.voodooprojects.org/p/chameleon/issues/151/ make buffer and config read same size
Changes:
M/trunk/i386/libsaio/saio_types.h

File differences

trunk/i386/libsaio/saio_types.h
6464
6565
6666
67
67
6868
6969
7070
typedef struct Tag Tag, *TagPtr;
typedef struct {
charplist[4096];// buffer for plist
charplist[163840];// buffer for plist
TagPtrdictionary;// buffer for xml dictionary
boolcanOverride;// flag to mark a dictionary can be overriden
} config_file_t;

Archive Download the corresponding diff file

Revision: 1951