Skip to content

Commit

Permalink
Fix filename for stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanrueger committed Aug 15, 2024
1 parent f52748d commit e230d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ const char *str_outname(const char *fn) {

// File name of fn or <stdout> if fn is -
const char *str_outfilename(const char *fn) {
return str_filename(fn, "<stdin>");
return str_filename(fn, "<stdout>");
}

// Return sth like "[0, 0x1ff]" in closed-circuit space
Expand Down

0 comments on commit e230d88

Please sign in to comment.