Skip to content

Commit

Permalink
bump wiki.java
Browse files Browse the repository at this point in the history
to resolve issue with uploading stopping at random images
  • Loading branch information
Abbe98 committed Jan 29, 2022
1 parent efa6141 commit 48ea9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/wikipedia/Wiki.java
Original file line number Diff line number Diff line change
Expand Up @@ -8161,7 +8161,7 @@ else if (value instanceof byte[])
multipartPostBody.write("\r\n".getBytes(StandardCharsets.UTF_8));
}
}
multipartPostBody.write((boundary + "--\r\n").getBytes(StandardCharsets.UTF_8));
multipartPostBody.write((nextpart + "--\r\n").getBytes(StandardCharsets.UTF_8));
}
else
{
Expand Down

0 comments on commit 48ea9ea

Please sign in to comment.