зеркало из https://github.com/mozilla/gecko-dev.git
syntax error wasn't caught because of bug in build script.
This commit is contained in:
Родитель
5d6a14c82b
Коммит
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];
|
||||
|
|
Загрузка…
Ссылка в новой задаче