Bug#632633: Alternate loop breaker.

2011-08-02 Thread Guus Sliepen
On Tue, Aug 02, 2011 at 07:07:21PM +0200, Luk Claes wrote: > Including full quote as submitter was not Cc-ed. Thanks. I hate that part about the BTS. > > Is there some particular reason why the simple > > while loop tests > > > > while (count-- > 0) { [...] > width and cound are both unsigne

Bug#632633: Alternate loop breaker.

2011-08-02 Thread Luk Claes
Hi Including full quote as submitter was not Cc-ed. > Is there some particular reason why the simple > while loop tests > > while (count-- > 0) { >fprintf(stderr, "="); > } > > and > > while (width-- > 0) { >fprintf(stderr, " "); > } > > would not work properly? Th

Bug#632633: Alternate loop breaker.

2011-07-28 Thread Mats Erik Andersson
Is there some particular reason why the simple while loop tests while (count-- > 0) { fprintf(stderr, "="); } and while (width-- > 0) { fprintf(stderr, " "); } would not work properly? The insertions "> 0" are new in relation to the public software. This make the w