diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-06-29 20:16:57 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-06-29 20:16:57 +0000 |
commit | d776ccceca14a93812a2f15904c3b09af20ec866 (patch) | |
tree | 3c4130d38f3eb26390bdfd2c5b63b97ad6b4f369 /source/compiler/asloptions.c | |
parent | cf46a5c46848b2092d8f2a6125fe23d2b68b4160 (diff) |
Notes
Diffstat (limited to 'source/compiler/asloptions.c')
-rw-r--r-- | source/compiler/asloptions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/asloptions.c b/source/compiler/asloptions.c index 2b1e6027fdb8..0f575c8ab6f1 100644 --- a/source/compiler/asloptions.c +++ b/source/compiler/asloptions.c @@ -1080,7 +1080,7 @@ AslDoResponseFile ( * Process all lines in the response file. There must be one complete * option per line */ - while (fgets (StringBuffer, ASL_MSG_BUFFER_SIZE, ResponseFile)) + while (fgets (StringBuffer, ASL_STRING_BUFFER_SIZE, ResponseFile)) { /* Compress all tokens, allowing us to use a single argv entry */ |