gphoto2: Import photos in the right order.
This commit is contained in:
parent
8bbeadf565
commit
ffbca82668
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue