From 988279bf1421c5b02da8ad3a1c96880ec9ff148b Mon Sep 17 00:00:00 2001 From: utak3r Date: Sat, 23 Jun 2007 19:32:48 +0000 Subject: [PATCH] Output file path corrected while exporting a flame to flam3. --- 2.10/Source/Main.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.10/Source/Main.pas b/2.10/Source/Main.pas index be7b317..c91370f 100644 --- a/2.10/Source/Main.pas +++ b/2.10/Source/Main.pas @@ -3961,7 +3961,7 @@ begin FileList.Add('set transparency=1') else FileList.Add('set transparency=0'); - FileList.Add('set out=' + ExportDialog.Filename); + FileList.Add('set out="' + ExportDialog.Filename + '"'); FileList.Add('@echo Rendering "' + ExportDialog.Filename + '"'); { FileList.Add(ExtractShortPathName(hqiPath) + ' < ' + ExtractShortPathName(ChangeFileExt(ExportDialog.Filename, '.flame')));