diff options
Diffstat (limited to 'src/glib-utils.c')
-rw-r--r-- | src/glib-utils.c | 2 |
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) |