Commit ffbca826 authored by Lei Zhang's avatar Lei Zhang Committed by Alexandre Julliard

gphoto2: Import photos in the right order.

parent 8bbeadf5
......@@ -63,7 +63,7 @@ load_filesystem(const char *folder) {
gpfile->folder = strdup(folder);
gpfile->filename = strdup(name);
gpfile->download = FALSE;
list_add_head( &activeDS.files, &gpfile->entry );
list_add_tail( &activeDS.files, &gpfile->entry );
}
gp_list_reset (list);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment