Make blendtask work with new system.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2010-01-28 16:24:18 -08:00
parent 06261559fc
commit 794d8a754c
14 changed files with 112 additions and 71 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ ConverterConversionException = @"ConverterConversionException";
if (![outputPath length])
outputPath = inputPath.substr(0, inputPath.length - FILE.extension(inputPath).length) + ".cib";
FILE.write(outputPath, [convertedData string], { charset:"UTF-8" });
FILE.write(outputPath, [convertedData encodedString], { charset:"UTF-8" });
}
catch(anException)
{