OSDN Git Service

Clear w32g_play_active flag when open_output() failed
authorStarg <starg@users.osdn.me>
Sat, 11 Jul 2020 01:40:16 +0000 (10:40 +0900)
committerStarg <starg@users.osdn.me>
Sat, 11 Jul 2020 01:40:16 +0000 (10:40 +0900)
interface/w32g_c.c

index 0c01e05..dd4ba5d 100644 (file)
@@ -1155,6 +1155,7 @@ static int ctl_pass_playing_list(int number_of_files, char *list_of_files[])
                                         play_mode->id_name,
                                         play_mode->id_character,
                                         play_mode->name ? play_mode->name : "");
+                               w32g_play_active = 0;
                                break;
                    }
                    aq_setup();