From 10dc11a4683377979f3fa2e0ec4c643aa77f6b70 Mon Sep 17 00:00:00 2001
From: Simpel <git@simpel.cc>
Date: Mon, 8 May 2023 15:27:40 +0200
Subject: [PATCH] fix: closing quote after output path

Signed-off-by: Conrad Zelck <git@simpel.cc>
---
 MXF-Track-Swap.au3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MXF-Track-Swap.au3 b/MXF-Track-Swap.au3
index 7efb35b..f2e4fe1 100644
--- a/MXF-Track-Swap.au3
+++ b/MXF-Track-Swap.au3
@@ -3,7 +3,7 @@
 #AutoIt3Wrapper_UseX64=n
 #AutoIt3Wrapper_Res_Comment=Swaps audio tracks in mxf files.
 #AutoIt3Wrapper_Res_Description=Swaps audio tracks in mxf files.
-#AutoIt3Wrapper_Res_Fileversion=1.0.0.6
+#AutoIt3Wrapper_Res_Fileversion=1.0.0.7
 #AutoIt3Wrapper_Res_Fileversion_AutoIncrement=p
 #AutoIt3Wrapper_Res_LegalCopyright=Conrad Zelck
 #AutoIt3Wrapper_Res_SaveSource=y
@@ -644,7 +644,7 @@ Func _ReWrap()
 	For $i = 1 To UBound($g_aRouting) -1
 		$sSuffix &= '_' & $i & '-' & StringRegExpReplace(StringRegExpReplace($g_aRouting[$i], "\d:", ""), '[\[\]"]', "")
 	Next
-	$sSuffix &= '.mxf'
+	$sSuffix &= '.mxf"'
 	$sCommand &= ' "' & @TempDir & '\' & _StripFileExtension(_FileName($g_sMXFFile)) & $sSuffix
 	ConsoleWrite("$command: " & $sCommand & @CRLF)
 	_runFFmpeg('ffmpeg ' & $sCommand, $sPathFFmpeg, 1)
-- 
GitLab