Chameleon Applications

Chameleon Applications Commit Details

Date:2011-11-19 02:42:01 (12 years 5 months ago)
Author:Rekursor
Commit:348
Parents: 347
Message:Fixed many bugs in recent freeze adaptions for new partition extractor algorithms.
Changes:
M/trunk/ChameleonPrefPane/Sources/BootSetupController.mm

File differences

trunk/ChameleonPrefPane/Sources/BootSetupController.mm
106106
107107
108108
109
110
109111
110112
111113
......
115117
116118
117119
120
118121
119122
120123
......
204207
205208
206209
207
210
208211
209212
210213
break;
case 2: // volume label
[p setVName: word];
[p setVAliasName: word];
break;
case 3: // fstype
[p setVKind: word];
break;
default:
break;
}
k++;
}
[partList addObject:p];
// format the partition key and descriptor string
snprintf(keyPartN, sizeof(keyPartN)-1, "partition%02d",i);
snprintf(partDesc, sizeof(partDesc)-1, "%d%c%d%c%s%c%s",
snprintf(partDesc, sizeof(partDesc)-1, "%d%c%d%c%s%c%s%c%s",
[p diskNumber], cPartDescSep,
[p partitionNumber], cPartDescSep,
[[p vName] UTF8String], cPartDescSep,

Archive Download the corresponding diff file

Revision: 348