Fix stored int offset bug

This commit is contained in:
Astatin3
2024-09-14 18:02:31 -06:00
parent 6eff9179f4
commit 4f4c39bc92
14 changed files with 124 additions and 74 deletions
@@ -18,7 +18,7 @@ public class BuiltByteParser {
}
public static String unBlankStrNull(String str){
if(str.equals("null")){
if(str.equals("ƒ")){
return "";
}
else return str;