mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Make blendtask work with new system.
Reviewed by me.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user