Docs fix
This commit is contained in:
@@ -158,6 +158,7 @@ class CURLEasy {
|
||||
|
||||
private static function __writeCallback (callback:Dynamic, output:Dynamic, size:Int, nmemb:Int):Int {
|
||||
|
||||
#if ((cpp || neko || nodejs) && lime_curl && !macro)
|
||||
var bytes:Bytes = null;
|
||||
|
||||
if (output != null) {
|
||||
@@ -168,6 +169,12 @@ class CURLEasy {
|
||||
|
||||
return callback (bytes, size, nmemb);
|
||||
|
||||
#else
|
||||
|
||||
return 0;
|
||||
|
||||
#end
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user