Chameleon

Chameleon Commit Details

Date:2010-11-18 00:45:34 (13 years 5 months ago)
Author:Azimutz
Commit:638
Parents: 637
Message:Small comment tweak, mainly for svn client test...
Changes:
M/branches/azimutz/Chazi/i386/libsaio/aml_generator.c

File differences

branches/azimutz/Chazi/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!");
verbose("aml_add_to_parent: node doesn't support child nodes!");
return false;
case AML_CHUNK_NAME:
if (parent->First)
{
verbose("aml_add_to_parent: Name node supports only one child node!");
verbose("aml_add_to_parent: name node supports only one child node!");
return false;
}
break;

Archive Download the corresponding diff file

Revision: 638