mirror of
https://github.com/acpica/acpica/
synced 2025-02-28 19:35:03 +03:00
strupr not POSIX, always use local AcpiUtStrupr
date 2005.04.07.22.25.00; author rmoore1; state Exp;
This commit is contained in:
parent
dfe554f673
commit
3eeea1c493
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: abcompare - compare AML files
|
||||
* $Revision: 1.15 $
|
||||
* $Revision: 1.16 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -636,7 +636,7 @@ AbExtractAmlFile (
|
||||
|
||||
/* Force input table sig to uppercase */
|
||||
|
||||
strupr (TableSig);
|
||||
AcpiUtStrupr (TableSig);
|
||||
|
||||
/* We have an ascii file, grab one line at a time */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user