This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients pitrou, python-dev, skrah
Date 2012-06-25.15:53:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20120625155302.GA14186@sleipnir.bytereef.org>
In-reply-to <1340639133.3387.0.camel@localhost.localdomain>
Content
Antoine Pitrou <report@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.
History
Date User Action Args
2012-06-25 15:53:03skrahsetrecipients: + skrah, pitrou, python-dev
2012-06-25 15:53:02skrahlinkissue15181 messages
2012-06-25 15:53:02skrahcreate