From ba60e4500053010bf775d58f6f61febbdb94d817 Mon Sep 17 00:00:00 2001 From: Robert Moore Date: Tue, 19 Apr 2016 10:09:21 -0700 Subject: Move all ASCII utilities to a common file New file is utascii.c --- source/components/debugger/dbnames.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/components/debugger/dbnames.c') diff --git a/source/components/debugger/dbnames.c b/source/components/debugger/dbnames.c index 75fbfc51b..a25f9be0b 100644 --- a/source/components/debugger/dbnames.c +++ b/source/components/debugger/dbnames.c @@ -870,7 +870,7 @@ AcpiDbIntegrityWalk ( return (AE_OK); } - if (!AcpiUtValidAcpiName (Node->Name.Ascii)) + if (!AcpiUtValidNameseg (Node->Name.Ascii)) { AcpiOsPrintf ("Invalid AcpiName for Node %p\n", Node); return (AE_OK); -- cgit v1.2.1