Chameleon

Chameleon Commit Details

Date:2010-08-01 13:25:39 (13 years 8 months ago)
Author:Daniel Miranda
Commit:294
Parents: 293
Message:Fixed build xP
Changes:
M/branches/danielkza/i386/libsaio/disk.c

File differences

branches/danielkza/i386/libsaio/disk.c
17601760
17611761
17621762
1763
1763
17641764
17651765
17661766
......
18381838
18391839
18401840
1841
1841
1842
18421843
18431844
18441845
if ( !str || strMaxLen <= 0)
return false;
aliasList = XMLDecode(getStringForKey(kRenamePartition, &bootInfo->bootConfig)));
aliasList = XMLDecode(getStringForKey(kRenamePartition, &bootInfo->bootConfig));
if ( !aliasList )
return false;
if(len >= strMaxLen)
return;
strcpy(str[len++], " ");
len++;
strcpy(str+len, " ");
strMaxLen -= len;
p += len;
}

Archive Download the corresponding diff file

Revision: 294