diff options
Diffstat (limited to 'source/compiler/cvparser.c')
-rw-r--r-- | source/compiler/cvparser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/compiler/cvparser.c b/source/compiler/cvparser.c index 747b03f5135f..7c46c6358df3 100644 --- a/source/compiler/cvparser.c +++ b/source/compiler/cvparser.c @@ -638,9 +638,9 @@ CvAddToFileTree ( /* delete the .xxx file */ FlDeleteFile (ASL_FILE_AML_OUTPUT); - sprintf (MsgBuffer, "\"%s\" - %s", Filename, strerror (errno)); + sprintf (AslGbl_MsgBuffer, "\"%s\" - %s", Filename, strerror (errno)); AslCommonError (ASL_ERROR, ASL_MSG_OPEN, 0, 0, 0, 0, - NULL, MsgBuffer); + NULL, AslGbl_MsgBuffer); AslAbort (); } } |