mirror of
https://github.com/acpica/acpica/
synced 2025-02-15 21:14:06 +03:00
add a cast
date 2004.11.17.21.22.00; author rmoore1; state Exp;
This commit is contained in:
parent
938b735ef5
commit
8114e01def
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user