gphoto2: Import photos in the right order.

This commit is contained in:
Lei Zhang 2007-08-23 11:40:43 -07:00 committed by Alexandre Julliard
parent 8bbeadf565
commit ffbca82668

View file

@ -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);