We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f779d commit 1204a2dCopy full SHA for 1204a2d
1 file changed
crates/engine_bibtex/src/auxi.rs
@@ -374,7 +374,7 @@ fn aux_input_command(
374
let res = pool.lookup_str_insert(hash, file, StrIlk::AuxFile)?;
375
if res.exists {
376
write_logs("Already encountered file ");
377
- print_aux_name(pool, res.loc)?;
+ print_aux_name(pool, hash.text(res.loc))?;
378
aux_err_print(buffers, aux, pool)?;
379
return Ok(());
380
}
@@ -385,7 +385,7 @@ fn aux_input_command(
385
match file {
386
Err(_) => {
387
write_logs("I couldn't open auxiliary file ");
388
389
390
391
0 commit comments