After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 777310 - gio/gasynchelper.c: fix cast from pointer to smaller int type on win64
gio/gasynchelper.c: fix cast from pointer to smaller int type on win64
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gio
unspecified
Other Windows
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2017-01-16 08:56 UTC by Tom Schoonjans
Modified: 2017-11-01 13:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for gio/gasynchelper.c (763 bytes, patch)
2017-01-16 08:57 UTC, Tom Schoonjans
committed Details | Review

Description Tom Schoonjans 2017-01-16 08:56:35 UTC
The attached patch fixes a bug and compiler warning on Windows 64.
Comment 1 Tom Schoonjans 2017-01-16 08:57:23 UTC
Created attachment 343535 [details] [review]
Patch for gio/gasynchelper.c
Comment 2 Philip Withnall 2017-11-01 12:53:58 UTC
Review of attachment 343535 [details] [review]:

Yes, thanks.
Comment 3 Tom Schoonjans 2017-11-01 13:18:18 UTC
Thanks!