Skip to content

Commit 9dee22f

Browse files
committed
Illustration.height must return the height.
1 parent 9312e32 commit 9dee22f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/src/main/cpp/libkiwix/illustration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ METHOD0(jint, width) {
3939
}
4040

4141
METHOD0(jint, height) {
42-
return TO_JNI(THIS->width);
42+
return TO_JNI(THIS->height);
4343
}
4444

4545
METHOD0(jstring, mimeType) {

0 commit comments

Comments
 (0)