diff options
Diffstat (limited to 'src/fr-window.c')
-rw-r--r-- | src/fr-window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-window.c b/src/fr-window.c index e007ace..db9d7af 100644 --- a/src/fr-window.c +++ b/src/fr-window.c @@ -1123,7 +1123,7 @@ static gboolean compute_file_list_name (FrWindow *window, FileData *fdata, const char *current_dir, - int current_dir_len, + size_t current_dir_len, GHashTable *names_hash, gboolean *different_name) { @@ -1183,7 +1183,7 @@ fr_window_compute_list_names (FrWindow *window, GPtrArray *files) { const char *current_dir; - int current_dir_len; + size_t current_dir_len; GHashTable *names_hash; guint i; gboolean visible_list_started = FALSE; |