From e74151786c1ec24929560438590597b493f212e1 Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 27 Aug 2019 13:14:49 +0200 Subject: =?UTF-8?q?comparison=20of=20integer=20expressions=20of=20differen?= =?UTF-8?q?t=20signedness:=20=E2=80=98size=5Ft=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/glib-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glib-utils.c') diff --git a/src/glib-utils.c b/src/glib-utils.c index a4f8d26..1d90489 100644 --- a/src/glib-utils.c +++ b/src/glib-utils.c @@ -728,7 +728,7 @@ _g_path_get_base_name (const char *path, const char *base_dir, gboolean junk_paths) { - int base_dir_len; + size_t base_dir_len; const char *base_path; if (junk_paths) -- cgit v1.2.1