Commit 35e68606da5978f8e9ccdbd01194354583ddf021

Carlos Martín Nieto 2015-11-04T10:36:50

blob: fix fromchunks iteration counter 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.