Chameleon Applications

Chameleon Applications Commit Details

Date:2011-11-19 20:29:40 (12 years 5 months ago)
Author:Rekursor
Commit:357
Parents: 356
Message:Fixed alias name would not restore on pos-freeze ops
Changes:
M/trunk/ChameleonPrefPane/Sources/BootSetupController.mm

File differences

trunk/ChameleonPrefPane/Sources/BootSetupController.mm
210210
211211
212212
213
213
214214
215215
216216
snprintf(partDesc, sizeof(partDesc)-1, "%d%c%d%c%s%c%s%c%s",
[p diskNumber], cPartDescSep,
[p partitionNumber], cPartDescSep,
[[p vName] UTF8String], cPartDescSep,
[[p vAliasName] UTF8String], cPartDescSep,
[[p vKind] UTF8String], cPartDescSep,
[[p vUUID] UTF8String]);

Archive Download the corresponding diff file

Revision: 357