Skip to content
Snippets Groups Projects
Commit e5d4a5a6 authored by Jan Beulich's avatar Jan Beulich
Browse files

2006-09-13 Jan Beulich <jbeulich@novell.com>

	* input-file.c (input_file_give_next_buffer): Demote as_bad to
	as_warn.
parent 1a1219cb
No related branches found
No related tags found
No related merge requests found
2006-09-13 Jan Beulich <jbeulich@novell.com>
* input-file.c (input_file_give_next_buffer): Demote as_bad to
as_warn.
2006-09-13 Alan Modra <amodra@bigpond.net.au>
PR gas/3165
......
......@@ -246,7 +246,7 @@ input_file_give_next_buffer (char *where /* Where to place 1st character of new
else
{
if (fclose (f_in))
as_bad (_("can't close %s: %s"), file_name, xstrerror (errno));
as_warn (_("can't close %s: %s"), file_name, xstrerror (errno));
f_in = (FILE *) 0;
return_value = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment