Chameleon

Chameleon Commit Details

Date:2011-08-14 06:16:28 (12 years 8 months ago)
Author:Azimutz
Commit:1365
Parents: 1364
Message:Revert to r897 and add empty line at the end :P I intentionally avoided upper case following ":" on the mentioned rev.
Changes:
M/trunk/i386/libsaio/aml_generator.c

File differences

trunk/i386/libsaio/aml_generator.c
2121
2222
2323
24
24
2525
2626
2727
2828
29
29
3030
3131
3232
case AML_CHUNK_DWORD:
case AML_CHUNK_QWORD:
case AML_CHUNK_ALIAS:
verbose("aml_add_to_parent: Node doesn't support child nodes!\n");
verbose("aml_add_to_parent: node doesn't support child nodes!\n");
return false;
case AML_CHUNK_NAME:
if (parent->First)
{
verbose("aml_add_to_parent: Name node supports only one child node!\n");
verbose("aml_add_to_parent: name node supports only one child node!\n");
return false;
}
break;

Archive Download the corresponding diff file

Revision: 1365