summaryrefslogtreecommitdiff
path: root/source/compiler/cvparser.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2018-09-27 16:43:02 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2018-09-27 16:43:02 +0000
commit73d55968743da26d1ff63e9939f191d217aea206 (patch)
treeffb27de4d7c207dd7aeebd04b24e04f85d23b8dc /source/compiler/cvparser.c
parentc6014c64fcfd099d0087da3509e8a623d2c30209 (diff)
Notes
Diffstat (limited to 'source/compiler/cvparser.c')
-rw-r--r--source/compiler/cvparser.c4
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 ();
}
}