[pkg-wine-party] Bug#741592: For x and X conversions, a *nonzero* result has the string "0x"

Stephen Kitt skitt at debian.org
Sun Mar 16 23:22:20 UTC 2014


On Fri, 14 Mar 2014 20:22:10 +0100, Stephen Kitt <skitt at debian.org> wrote:
> On Fri, 14 Mar 2014 09:27:00 +0100, Mathieu Malaterre <malat at debian.org>
> wrote:
> > $ i686-w64-mingw32-gcc t.c
> > $ wine32 a.exe
> > value=0x0
> 
> This is actually a bug in Wine; if you run your executable on Windows it
> will give the correct output.

BTW you can get the correct output in Wine by using the MinGW-w64-provided
version of printf:

% i686-w64-mingw32-gcc -D__USE_MINGW_ANSI_STDIO=1 t.c
% wine32 a.exe
value=0

Regards,

Stephen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-wine-party/attachments/20140317/8ac68051/attachment.sig>


More information about the pkg-wine-party mailing list