Chameleon

Chameleon Commit Details

Date:2014-01-11 19:54:30 (10 years 3 months ago)
Author:ErmaC
Commit:2332
Parents: 2331
Message:mistake in previous commit for sys.c
Changes:
M/trunk/i386/libsaio/sys.c

File differences

trunk/i386/libsaio/sys.c
10791079
10801080
10811081
1082
1083
1084
1085
1082
1083
10861084
10871085
10881086
// Bad device specifier, skip past the right paren.
for (cp++; *cp && *cp != RP; cp++) /* LOOP */;
{
if (*cp == RP) {
cp++;
}
if (*cp == RP) {
cp++;
}
// If gRootVolume was NULL, then bvr will be NULL as well which

Archive Download the corresponding diff file

Revision: 2332