/[classpath]/classpath/native/jni/java-nio/gnu_java_nio_charset_iconv_IconvEncoder.c
ViewVC logotype

Diff of /classpath/native/jni/java-nio/gnu_java_nio_charset_iconv_IconvEncoder.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by smarothy, Mon Apr 18 11:35:13 2005 UTC revision 1.2 by smarothy, Mon Apr 25 23:18:30 2005 UTC
# Line 97  Java_gnu_java_nio_charset_iconv_IconvEnc Line 97  Java_gnu_java_nio_charset_iconv_IconvEnc
97    inputcopy = input = (*env)->GetCharArrayElements (env, inArr, 0);    inputcopy = input = (*env)->GetCharArrayElements (env, inArr, 0);
98    outputcopy = output = (*env)->GetByteArrayElements (env, outArr, 0);    outputcopy = output = (*env)->GetByteArrayElements (env, outArr, 0);
99    
100    input += posIn * 2;    input += posIn;
101    output += posOut;    output += posOut;
102    
103    in = (char **) &input;    in = (char **) &input;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26