diff --git a/2.10/Source/Main.pas b/2.10/Source/Main.pas index 241004c..5d06ca2 100644 --- a/2.10/Source/Main.pas +++ b/2.10/Source/Main.pas @@ -3685,7 +3685,7 @@ begin // short path names are confusing (for both user AND system) // (and they're quite ugly after all! :) - FileList.Add(hqiPath + ' < "' + ChangeFileExt(ExportDialog.Filename, '.flame') + '"'); + FileList.Add('"' + hqiPath + '" < "' + ChangeFileExt(ExportDialog.Filename, '.flame') + '"'); Path := ExtractFilePath(ExtractFileDir(ExportDialog.Filename) + '\'); FileList.SaveToFile(Path + 'render.bat');