From 7aca7201724cb02a2a0541bd3ad2c0aca23dd076 Mon Sep 17 00:00:00 2001 From: jkim Date: Wed, 26 Jun 2013 19:01:10 +0000 Subject: Import ACPICA 20130626. --- source/components/utilities/utstring.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/components/utilities/utstring.c') diff --git a/source/components/utilities/utstring.c b/source/components/utilities/utstring.c index 9e58908..9798700 100644 --- a/source/components/utilities/utstring.c +++ b/source/components/utilities/utstring.c @@ -395,7 +395,8 @@ ErrorExit: * FUNCTION: AcpiUtPrintString * * PARAMETERS: String - Null terminated ASCII string - * MaxLength - Maximum output length + * MaxLength - Maximum output length. Used to constrain the + * length of strings during debug output only. * * RETURN: None * @@ -407,7 +408,7 @@ ErrorExit: void AcpiUtPrintString ( char *String, - UINT8 MaxLength) + UINT16 MaxLength) { UINT32 i; -- cgit v1.1