mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-13 07:00:49 +02:00
commit bash-20111028 snapshot
This commit is contained in:
@@ -537,7 +537,7 @@ extract_info (filename, structfile, externfile)
|
||||
{
|
||||
array_add (&buffer[i], defs->lines);
|
||||
|
||||
while (buffer[i] != '\n' && i < file_size)
|
||||
while (i < file_size && buffer[i] != '\n')
|
||||
i++;
|
||||
buffer[i++] = '\0';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user