[Xfce4-commits] [apps/ristretto] 01/01: Resolve the signedness warning
noreply at xfce.org
noreply at xfce.org
Mon Apr 8 18:23:18 CEST 2019
This is an automated email from the git hooks/post-receive script.
f 2 4 0 4 p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/ristretto.
commit 494c28e7ae9d932f4dcf48444d29dec5623049cc
Author: Igor <f2404 at yandex.ru>
Date: Mon Apr 8 12:23:11 2019 -0400
Resolve the signedness warning
---
src/thumbnailer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/thumbnailer.c b/src/thumbnailer.c
index ab7913e..62ca1f0 100644
--- a/src/thumbnailer.c
+++ b/src/thumbnailer.c
@@ -129,7 +129,7 @@ struct _RsttoThumbnailerPriv
GSList *queue;
GSList *in_process_queue;
- gint handle;
+ guint handle;
gboolean show_missing_thumbnailer_error;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list