This commit is contained in:
Joshua Granick
2015-10-01 11:57:15 -07:00
parent 6357b0cb89
commit cb619f6a29

View File

@@ -365,7 +365,7 @@ class URLLoader {
private function writeFunction (output:Bytes, size:Int, nmemb:Int):Int { private function writeFunction (output:Bytes, size:Int, nmemb:Int):Int {
__data.readBytes (ByteArray.fromBytes (output)); __data.writeBytes (ByteArray.fromBytes (output));
return size * nmemb; return size * nmemb;
} }