diff options
Diffstat (limited to 'contrib/gcc/tlink.c')
-rw-r--r-- | contrib/gcc/tlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/tlink.c b/contrib/gcc/tlink.c index 7907f41..595e9ed 100644 --- a/contrib/gcc/tlink.c +++ b/contrib/gcc/tlink.c @@ -381,7 +381,7 @@ read_repo_file (file *f) FILE *stream = fopen (f->key, "r"); if (tlink_verbose >= 2) - fprintf (stderr, _("collect: reading %s\n"), f->key); + fprintf (stderr, "%s", _("collect: reading %s\n"), f->key); while (fscanf (stream, "%c ", &c) == 1) { |