Skip to content

Commit

Permalink
- STDIN adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgeoisBear committed Apr 5, 2022
1 parent c28c07b commit ab8fa16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansiart2utf8/ansiart2utf8.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ OPTIONS

for _, szFname := range arFiles {

if szFname == "-" {
if (szFname == "-") && (len(arFiles) == 1) {

fnDebug("PROCESSING STDIN")
oErr = UM.Encode(os.Stdin)
Expand Down

0 comments on commit ab8fa16

Please sign in to comment.