GNOME Bugzilla – Bug 744457
0001-Drop-use-of-libgsystem-move-single-API-call-into-she.patch
Last modified: 2015-02-14 13:53:58 UTC
Created attachment 296754 [details] [review] 0001-Drop-use-of-libgsystem-move-single-API-call-into-she.patch 0001-Drop-use-of-libgsystem-move-single-API-call-into-she.patch
Note: compile tested only; gnome-continuous is a bit broken at runtime at the moment for various reasons, and my interest in trying to coax jhbuild into running (as opposed to building) is very low.
Review of attachment 296754 [details] [review]: ::: src/shell-global.c @@ +1333,3 @@ + n_opts++; /* Add one for MESSAGE= */ + iovs = g_alloca (sizeof (struct iovec) * n_opts); + Trailing whitespace here ... @@ +1342,3 @@ + iovs[i].iov_base = msgkey; + iovs[i].iov_len = strlen (msgkey); + ... and here. Please remove before pushing.
The following fix has been pushed: 299ec4f main: Fix structured_log() call
Created attachment 296804 [details] [review] main: Fix structured_log() call Meh, I should have caught that one in review ...
Ah, sorry =/ Thanks for fixing it.