add a cast

date	2004.11.17.21.22.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:19:59 +00:00
parent 938b735ef5
commit 8114e01def

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: exconvrt - Object conversion routines
* $Revision: 1.58 $
* $Revision: 1.59 $
*
*****************************************************************************/
@ -621,7 +621,8 @@ AcpiExConvertToString (
/* Recalculate length */
ReturnDesc->String.Length = ACPI_STRLEN (ReturnDesc->String.Pointer);
ReturnDesc->String.Length = (UINT32)
ACPI_STRLEN (ReturnDesc->String.Pointer);
break;
default: