From da9b951a892d96e0521abeec09d4345ddf04ab8d Mon Sep 17 00:00:00 2001 From: jkim Date: Fri, 14 Sep 2012 22:53:11 +0000 Subject: Import ACPICA 20120913. --- source/compiler/aslstartup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/compiler/aslstartup.c') diff --git a/source/compiler/aslstartup.c b/source/compiler/aslstartup.c index a302164..1f51c71 100644 --- a/source/compiler/aslstartup.c +++ b/source/compiler/aslstartup.c @@ -239,7 +239,7 @@ AslDetectSourceFileType ( * File is ASCII. Determine if this is an ASL file or an ACPI data * table file. */ - while (fgets (Gbl_CurrentLineBuffer, ASL_LINE_BUFFER_SIZE, Info->Handle)) + while (fgets (Gbl_CurrentLineBuffer, Gbl_LineBufferSize, Info->Handle)) { /* Uppercase the buffer for caseless compare */ -- cgit v1.1