This commit is contained in:
Zack Scholl 2018-07-01 14:40:21 -07:00
parent e4a34e6321
commit c35609b5d0

View File

@ -147,7 +147,7 @@ func (c *Croc) client(role int, channel string) (err error) {
if err != nil {
return
}
fmt.Print(bFile)
os.Stdout.Write(bFile)
}
}
} else {