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
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
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
3 matches
Mail list logo