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 pitrou
Recipients pitrou, python-dev, skrah
Date 2012-06-25.15:49:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340639133.3387.0.camel@localhost.localdomain>
In-reply-to <20120625154721.GB14017@sleipnir.bytereef.org>
Content
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 :-))
History
Date User Action Args
2012-06-25 15:49:10pitrousetrecipients: + pitrou, skrah, python-dev
2012-06-25 15:49:09pitroulinkissue15181 messages
2012-06-25 15:49:09pitroucreate