I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 7d40dfe1 authored by zzz's avatar zzz
Browse files

CLI tweak

parent 944fe479
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ public class Base32 {
private static void decode(InputStream in, OutputStream out) throws IOException {
byte decoded[] = decode(DataHelper.getUTF8(read(in)));
if (decoded == null) {
System.out.println("FAIL");
System.err.println("FAIL");
return;
}
out.write(decoded);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment