fromstream.c
2.63 KB
-
blob: fix fromchunks iteration counter · 35e68606
By returning when the count goes to zero rather than below it, setting `howmany` to 7 in fact writes out the string 6 times. Correct the termination condition to write out the string the amount of times we specify.
Carlos Martín Nieto committed