summaryrefslogtreecommitdiff
path: root/src/gio-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/gio-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/gio-utils.c')
-rw-r--r--src/gio-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gio-utils.c b/src/gio-utils.c
index 27610b5..8c5eac0 100644
--- a/src/gio-utils.c
+++ b/src/gio-utils.c
@@ -522,7 +522,7 @@ get_dir_list_from_file_list (GHashTable *h_dirs,
{
GList *scan;
GList *dir_list = NULL;
- int base_dir_len;
+ size_t base_dir_len;
if (base_dir == NULL)
base_dir = "";