Stefan Krah <stefan-use...@bytereef.org> added the comment:

Antoine Pitrou <rep...@bugs.python.org> wrote:
> > +            fprintf(outfile, "%d,", (unsigned int) data[i]);
> > 
> > Hmm, "%u"? :)
> 
> It doesn't change anything, since data[i] is between 0 and 255.
> (unless C `int` is 8 bits on your computer, but I doubt it :-))

That's true, but we might get another compiler warning about that. No big
deal of course.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15181>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to