[Xfce4-commits] [xfce/xfdesktop] 10/11: trivial: fix signed/unsigned comparison

noreply at xfce.org noreply at xfce.org
Sun Jul 19 16:46:10 CEST 2015


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.koegel at 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.


More information about the Xfce4-commits mailing list