= Fixed assignment

This commit is contained in:
Matthew Cech
2019-04-15 23:37:14 -07:00
parent 91e941e69a
commit a13d0ad9ee
+2 -2
View File
@@ -99,13 +99,13 @@ public class TaggedPairStore
if(key.endsWith("\\r"))
{
if(!key.endsWith("\\r\\r"))
key.substring(0, key.length() - 2);
key = key.substring(0, key.length() - 2);
}
if(value.endsWith("\\r"))
{
if(!value.endsWith("\\r\\r"))
value.substring(0, value.length() - 2);
value = value.substring(0, value.length() - 2);
}
if(key == value)