GNOME Bugzilla – Bug 658913
NUL vs NULL
Last modified: 2011-09-13 13:11:28 UTC
#: ../gio/gdbusmessage.c:1038 #, c-format msgid "Expected NUL byte after the string `%s' but found byte %d" should be NULL
nope, NULL is a pointer, NUL is ASCII character 0 ("man ascii")
should be char NUL
* NUL char