summaryrefslogtreecommitdiff
path: root/src/glib-utils.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-08-27 13:14:49 +0200
committerZenWalker <[email protected]>2019-09-05 01:54:52 +0200
commite74151786c1ec24929560438590597b493f212e1 (patch)
treeedb0e1eed3eacdf82501b541e56ce1496bd88b8b /src/glib-utils.c
parent3022fd87f4360dcd8458be65e468e065cbc1e8a5 (diff)
downloadengrampa-e74151786c1ec24929560438590597b493f212e1.tar.bz2
engrampa-e74151786c1ec24929560438590597b493f212e1.tar.xz
comparison of integer expressions of different signedness: ‘size_t’
Diffstat (limited to 'src/glib-utils.c')
-rw-r--r--src/glib-utils.c2
1 files changed, 1 insertions, 1 deletions
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)