midicat(1): set ifile/ofile to "stdin"/"stdout" if it is an en-dash ("-")
authorcheloha <cheloha@openbsd.org>
Fri, 2 Dec 2022 22:29:59 +0000 (22:29 +0000)
committercheloha <cheloha@openbsd.org>
Fri, 2 Dec 2022 22:29:59 +0000 (22:29 +0000)
commit7671136a573d7ed297618890896b0146c9ed96fc
tree98d451e2fcc219aeba3d88a3b10d593591d4d9cc
parent0b869d14fbd7f356579030e6d1e206edd8ecf8de
midicat(1): set ifile/ofile to "stdin"/"stdout" if it is an en-dash ("-")

This makes error messages a little bit more intuitive.  Instead of, e.g.:

midicat: -: No space left on device

you get:

midicat: stdout: No space left on device

Link: https://marc.info/?l=openbsd-tech&m=166982129428027&w=2
ok millert@ kn@ ratchov@
usr.bin/midicat/midicat.c