undo change of ROFF from LONG to ULONG in commit f498b36438

This commit is contained in:
2018-03-29 11:48:55 +02:00
parent 538bc88760
commit 5fe0429c48
2 changed files with 2 additions and 2 deletions

View File

@@ -176,7 +176,7 @@ recordtype(ai) {
pp(TRUE)
interest(2)
}
field(ROFF,DBF_ULONG) {
field(ROFF,DBF_LONG) {
prompt("Raw Offset")
pp(TRUE)
interest(2)

View File

@@ -82,7 +82,7 @@ recordtype(ao) {
interest(1)
size(16)
}
field(ROFF,DBF_ULONG) {
field(ROFF,DBF_LONG) {
prompt("Raw Offset")
pp(TRUE)
interest(2)