Fixes an incorrect C documentation comment. Patch submitted by Sebastien Vincent on the dev mailing list in an e-mail thread with the subject 'Runaway build.xml warnings'.

cusax-fix
Lyubomir Marinov 16 years ago
parent c6e292f97c
commit b614ef39ae

@ -228,7 +228,7 @@ JNIEXPORT jbyteArray JNICALL Java_net_java_sip_communicator_impl_netaddr_Win32Lo
}
/* ReleaseByteArrayElements() updates array with buf's content
* when third parameter is 0
* when the last parameter is 0.
*/
(*env)->ReleaseByteArrayElements(env, array, (jbyte*)buf, 0);
return array;

Loading…
Cancel
Save