This is an automated email from the git hooks/post-receive script. eric pushed a commit to branch xfce-4.12 in repository xfce/xfdesktop.
commit 9fb870a3451c829641d917679f26192385b0380e Author: Eric Koegel <eric.koe...@gmail.com> Date: Sun Jun 28 08:18:26 2015 +0300 trivial: fix signed/unsigned comparison --- common/xfdesktop-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/xfdesktop-common.c b/common/xfdesktop-common.c index 1f180df..33a70e5 100644 --- a/common/xfdesktop-common.c +++ b/common/xfdesktop-common.c @@ -202,7 +202,7 @@ gchar* xfdesktop_remove_whitspaces(gchar* str) { gchar* dest; - gint offs, curr; + guint offs, curr; g_return_val_if_fail(str, NULL); -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list Xfce4-commits@xfce.org https://mail.xfce.org/mailman/listinfo/xfce4-commits