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 658913 - NUL vs NULL
NUL vs NULL
Status: RESOLVED NOTABUG
Product: glib
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-09-13 12:43 UTC by Peter Mráz
Modified: 2011-09-13 13:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter Mráz 2011-09-13 12:43:44 UTC
#: ../gio/gdbusmessage.c:1038
#, c-format
msgid "Expected NUL byte after the string `%s' but found byte %d"

should be NULL
Comment 1 Dan Winship 2011-09-13 12:46:29 UTC
nope, NULL is a pointer, NUL is ASCII character 0 ("man ascii")
Comment 2 Peter Mráz 2011-09-13 13:11:03 UTC
should be char NUL
Comment 3 Peter Mráz 2011-09-13 13:11:28 UTC
* NUL char