X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Furi_utils.c;h=a60e49291f0491dd2b06973c0ea18bb9effaa6a3;hp=42798e8b8b153bd6997d5f6d5ffea2b825678d43;hb=db38d12f83128e9890ce2d2c7acc5ad62062bc7e;hpb=e436ea53511e1dadab981af18b237fee83fde39b diff --git a/src/uri_utils.c b/src/uri_utils.c index 42798e8b..a60e4929 100644 --- a/src/uri_utils.c +++ b/src/uri_utils.c @@ -30,7 +30,7 @@ gchar **uris_from_pathlist(GList *list) gchar *local_path = path_from_utf8(path); uris[i] = g_filename_to_uri(local_path, NULL, NULL); g_free(local_path); - + i++; work = work->next; }