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
@@ -27,7 +27,7 @@ public class ByteBuilder {
public static String blankStrNull(String str){
if(str.isEmpty() || str.isEmpty()){
return "null";
return "ƒ";
}
else return str;
}