forked from I2P_Developers/i2p.i2p
remove unneeded escape char in other parsers
This commit is contained in:
@ -1520,7 +1520,7 @@ public class EepGet {
|
||||
String key = null;
|
||||
for (int i = 0; i < data.length; i++) {
|
||||
switch (data[i]) {
|
||||
case '\"':
|
||||
case '"':
|
||||
if (isQuoted) {
|
||||
// keys never quoted
|
||||
if (key != null) {
|
||||
|
Reference in New Issue
Block a user