mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-12 22:38:54 +00:00
@@ -42,7 +42,7 @@ public class Util {
|
||||
}
|
||||
|
||||
public static String toHex(int a) {
|
||||
return String.format("%04X ", uShort(a));
|
||||
return String.format("%04X ", a);
|
||||
}
|
||||
|
||||
public static String toHex(byte[] byteArray) {
|
||||
|
||||
Reference in New Issue
Block a user