Antoine Pitrou <pit...@free.fr> added the comment: Le lundi 25 juin 2012 à 15:47 +0000, Stefan Krah a écrit : > > + 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 :-)) ---------- _______________________________________ 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