Skip to content

Commit 4b44ab6

Browse files
timjarskyCopilot
andauthored
Update Packages/MIES/MIES_Configuration.ipf
Co-authored-by: Copilot <[email protected]>
1 parent f3bea2d commit 4b44ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/MIES/MIES_Configuration.ipf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ Function CONF_AutoLoader()
400400
fnameLen = strlen(fname)
401401

402402
// Base name = without ".json"
403-
base = fname[0, fnameLen - 6]
403+
base = fname[0, fnameLen - strlen(".json")]
404404
lowerBase = LowerStr(base)
405405

406406
// ===== OPTIONAL: exact historical match first (e.g., "<base>_rig.json") =====

0 commit comments

Comments
 (0)