misschecks

This commit is contained in:
iceman1001 2023-06-25 22:42:29 +02:00
parent f64f538519
commit 2e311a141b
3 changed files with 6 additions and 6 deletions

View file

@ -2520,11 +2520,11 @@ function modifyMode()
---
-- edit data-portion of single segment
["ed"] = function(x)
if (type(x)=="string" and string.len(x)>0) then sel=tonumber(x,10)
else sel=selectSegment(inTAG) end
if (type(x) == "string" and string.len(x)>0) then sel=tonumber(x,10)
else sel = selectSegment(inTAG) end
if (istable(inTAG.SEG[sel])) then
local uid = inTAG.MCD..inTAG.MSN0..inTAG.MSN1..inTAG.MSN2
inTAG.SEG[sel].data=editSegmentData(inTAG.SEG[sel].data, uid)
inTAG.SEG[sel].data = editSegmentData(inTAG.SEG[sel].data, uid)
end
end,
---

View file

@ -12094,6 +12094,6 @@
"metadata": {
"commands_extracted": 759,
"extracted_by": "PM3Help2JSON v1.00",
"extracted_on": "2023-06-25T20:30:44"
"extracted_on": "2023-06-25T20:42:06"
}
}