summaryrefslogtreecommitdiff
path: root/biblio/bibtex/bibtex-x/bibtex-3.c
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-07-16 03:01:13 +0000
committerNorbert Preining <norbert@preining.info>2023-07-16 03:01:13 +0000
commitbfb037e9e2deef77f8837a4421b029f8298437cf (patch)
tree09352a681dfad8513951dbdc0f99dd92451834e9 /biblio/bibtex/bibtex-x/bibtex-3.c
parentf506889527fff6570e2878d55abbacf7227f2b3e (diff)
CTAN sync 202307160301
Diffstat (limited to 'biblio/bibtex/bibtex-x/bibtex-3.c')
-rw-r--r--biblio/bibtex/bibtex-x/bibtex-3.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/biblio/bibtex/bibtex-x/bibtex-3.c b/biblio/bibtex/bibtex-x/bibtex-3.c
index aa178d1ca9..eea3164097 100644
--- a/biblio/bibtex/bibtex-x/bibtex-3.c
+++ b/biblio/bibtex/bibtex-x/bibtex-3.c
@@ -1069,12 +1069,7 @@ END
void sam_wrong_file_name_print (void)
BEGIN
FPRINTF (TERM_OUT, "I couldn't open file name `");
- name_ptr = 0;
- while (name_ptr < name_length)
- BEGIN
- FPUTC (name_of_file[name_ptr], TERM_OUT);
- INCR (name_ptr);
- END
+ FPUTS (name_of_file, TERM_OUT);
FPRINTF (TERM_OUT, "'\n");
END
/*^^^^^^^^^^^^^^^^^^^^^^^^^^ END OF SECTION 99 ^^^^^^^^^^^^^^^^^^^^^^^^^^^*/