Skip to content

Commit 48ea9ea

Browse files
committed
bump wiki.java
to resolve issue with uploading stopping at random images
1 parent efa6141 commit 48ea9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/wikipedia/Wiki.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8161,7 +8161,7 @@ else if (value instanceof byte[])
81618161
multipartPostBody.write("\r\n".getBytes(StandardCharsets.UTF_8));
81628162
}
81638163
}
8164-
multipartPostBody.write((boundary + "--\r\n").getBytes(StandardCharsets.UTF_8));
8164+
multipartPostBody.write((nextpart + "--\r\n").getBytes(StandardCharsets.UTF_8));
81658165
}
81668166
else
81678167
{

0 commit comments

Comments
 (0)