diff --git a/org/gudy/azureus2/core3/util/AddressUtils.java b/org/gudy/azureus2/core3/util/AddressUtils.java index 6691951..38f14ee 100644 --- a/org/gudy/azureus2/core3/util/AddressUtils.java +++ b/org/gudy/azureus2/core3/util/AddressUtils.java @@ -494,11 +494,11 @@ AddressUtils try{ // unfortunately we have an incompatible base64 standard in i2p, they replaced / with ~ and + with - - char[] encoded = to_decode.toCharArray(); + byte[] encoded = to_decode.getBytes(); for ( int i=0;i