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 722115 - %Zd is not portable
%Zd is not portable
Status: RESOLVED FIXED
Product: seed
Classification: Bindings
Component: libseed
git master
Other All
: Normal normal
: ---
Assigned To: seed-maint
seed-maint
Depends on:
Blocks:
 
 
Reported: 2014-01-13 16:28 UTC by Ting-Wei Lan
Modified: 2014-01-14 03:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ting-Wei Lan 2014-01-13 16:28:37 UTC
It seems %Zd is recognized by Linux libc 5, but it is not portable. %zd should be used instead. I found %Zd in the following files:

doc/reference/tmpl/seed-exception.sgml
libseed/seed-module.h
modules/cairo/seed-cairo.h
modules/ffi/seed-ffi.c
modules/mpfr/seed-mpfr.c
modules/os/seed-os.c
Comment 1 Alan Knowles 2014-01-14 03:44:49 UTC
Thanks

commited to git