mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
Thu Sep 10 09:23:15 1992 Ian Lance Taylor (ian@cygnus.com)
* input-scrub.c (input_scrub_push): call input_file_begin, not input_scrub_begin. messages.c (as_perror): print ": " between the passed in error and the strerror, like perror does.
This commit is contained in:
@ -123,7 +123,7 @@ char *filename;
|
||||
|
||||
as_where();
|
||||
fprintf(stderr, gripe, filename);
|
||||
fprintf(stderr, "%s.\n", strerror(errno));
|
||||
fprintf(stderr, ": %s\n", strerror(errno));
|
||||
errno = 0; /* After reporting, clear it. */
|
||||
} /* as_perror() */
|
||||
|
||||
|
Reference in New Issue
Block a user