mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
syntax error wasn't caught because of bug in build script.
This commit is contained in:
parent
5d6a14c82b
commit
2377d2f3f6
@ -245,7 +245,7 @@ public class Base64InputStream extends FilterInputStream {
|
||||
ByteArrayOutputStream b64OStream = new ByteArrayOutputStream();
|
||||
|
||||
Base64OutputStream b64Stream = new Base64OutputStream(
|
||||
new PrintStream(b64Ostream), 18);
|
||||
new PrintStream(b64OStream), 18);
|
||||
|
||||
int numread;
|
||||
byte []data = new byte[1024];
|
||||
|
Loading…
Reference in New Issue
Block a user