Преглед изворни кода

Make 'int'-style offset output format default

nosoop пре 11 месеци
родитељ
комит
46b48718bd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/smgdc/validate.py

+ 1 - 1
src/smgdc/validate.py

@@ -145,7 +145,7 @@ class LocationEntry(BaseEntry):
     offset: IntLiteral = IntLiteral("0")
     bytescan: ByteSignature | None = None
 
-    offset_fmt: NumericOutputFormat = NumericOutputFormat.HEX
+    offset_fmt: NumericOutputFormat = NumericOutputFormat.INT
 
     def __post_init__(self):
         if self.bytescan: