From 7709640aa0a61ea8c2a0f46b351bf01a2c340ec3 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Fri, 5 Sep 2025 18:50:28 -0500 Subject: [PATCH] GUI: possibly fix crash on audio export issue #2672 --- src/gui/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 8c3929022..3434a8490 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -2634,7 +2634,7 @@ void FurnaceGUI::exportAudio(String path, DivAudioExportModes mode) { e->findSongLength(loopOrder,loopRow,audioExportOptions.fadeOut,songFadeoutSectionLength,songHasSongEndCommand,songOrdersLengths,songLength); // for progress estimation songLoopedSectionLength=songLength; - for (int i=0; i