From 45ada25e46d0dfd142c85d9f0ffe98998fb59c4e Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 3 Aug 2014 03:11:52 +0200 Subject: Apparently tautological comparisons fixed (bug #42871) --- mixlib/xmix_vm_handlers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mixlib/xmix_vm_handlers.c') diff --git a/mixlib/xmix_vm_handlers.c b/mixlib/xmix_vm_handlers.c index a567f38..c964116 100644 --- a/mixlib/xmix_vm_handlers.c +++ b/mixlib/xmix_vm_handlers.c @@ -1377,7 +1377,7 @@ cmd_psrc_ (mix_vm_cmd_dispatcher_t *dis, const gchar *arg) gboolean cmd_pline_ (mix_vm_cmd_dispatcher_t *dis, const gchar *arg) { - gulong line = 0; + glong line = 0; const gchar *txt; if (arg && strlen (arg)) line = atoi (arg); -- cgit v1.2.3