Chameleon

Chameleon Commit Details

Date:2010-08-21 19:47:36 (13 years 8 months ago)
Author:Tamás Kosárszky
Commit:415
Parents: 414
Message:Fixed getBootVolumeDescription().
Changes:
M/trunk/i386/libsaio/disk.c

File differences

trunk/i386/libsaio/disk.c
17151715
17161716
17171717
1718
1718
17191719
17201720
17211721
......
18471847
18481848
18491849
1850
18501851
1851
18521852
18531853
18541854
char* temp = malloc(64);
if(temp && bvr->description) {
bvr->description(bvr, temp, 63);
printf("Volume: UUID=%s, Label=%s\n", testStr, temp);
verbose("Volume: UUID=%s, Label=%s\n", testStr, temp);
}
}
if(len >= strMaxLen)
return;
strcpy(str + len, " ");
len++;
strcpy(str + len, " ");
strMaxLen -= len;
p += len;
}

Archive Download the corresponding diff file

Revision: 415