]> git.draconx.ca Git - liblbx.git/commit
lbxtool: Remove - as a synonym for stdin.
authorNick Bowler <nbowler@draconx.ca>
Thu, 4 Feb 2010 19:02:44 +0000 (14:02 -0500)
committerNick Bowler <nbowler@draconx.ca>
Mon, 8 Feb 2010 17:00:54 +0000 (12:00 -0500)
commit4a5ac8356dbc71d84ad5e6b04499597eedf0d89d
treeb6b6c65942c7e8f14be7fd4231885167a91e16ee
parent91743040c1a98baaffc82ffff8306c2c9fd07285
lbxtool: Remove - as a synonym for stdin.

Modern Unix-like systems have interfaces such as /dev/stdin which mean
the same thing.  Furthermore, the tools read from stdin by default.
Lastly, -f some_file -f - doesn't work anyway.
src/lbximg.c
src/lbxtool.c