Stop relying on implicit conversion from TRUE to COLLECTION_LOAD_APPEND.
authorOmari Stephens <xsdg@xsdg.org>
Mon, 30 May 2022 06:58:32 +0000 (06:58 +0000)
committerColin Clark <colin.clark@cclark.uk>
Wed, 27 Jul 2022 12:37:14 +0000 (13:37 +0100)
src/collect-dlg.c

index e24d94f..60f4314 100644 (file)
@@ -156,7 +156,7 @@ static void real_collection_button_pressed(FileDialog *fd, gpointer data, gint a
 
        if (append)
                {
-               collection_load(cd, fd->dest_path, TRUE);
+               collection_load(cd, fd->dest_path, COLLECTION_LOAD_APPEND);
                collection_unref(cd);
                }
        else