Patch for Review: JvGetStringUTF and JvTempCString
Andrew Haley
aph@redhat.com
Tue Aug 12 15:43:00 GMT 2003
Andrew Haley writes:
>
> char[JvGetStringUTFLength (jstr) + 1] buf;
Aieeee!
char buf[JvGetStringUTFLength (jstr) + 1];
:-)
Andrew.
More information about the Java-patches
mailing list