Fixed problems with spaces in flam3 renderer path.

This commit is contained in:
utak3r 2006-04-29 08:55:05 +00:00
parent 32ebbdac40
commit e5710f4703

View File

@ -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');