We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bea2d commit 4b44ab6Copy full SHA for 4b44ab6
Packages/MIES/MIES_Configuration.ipf
@@ -400,7 +400,7 @@ Function CONF_AutoLoader()
400
fnameLen = strlen(fname)
401
402
// Base name = without ".json"
403
- base = fname[0, fnameLen - 6]
+ base = fname[0, fnameLen - strlen(".json")]
404
lowerBase = LowerStr(base)
405
406
// ===== OPTIONAL: exact historical match first (e.g., "<base>_rig.json") =====
0 commit comments