[Xfce4-commits] [xfce/xfdesktop] 02/02: trivial: fix signed/unsigned comparison
noreply at xfce.org
noreply at xfce.org
Sun Jun 28 07:25:59 CEST 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfdesktop.
commit c0a890316472891260ffda4847f8c2b409dc52f2
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