Commit 623169f
fix: decode +AIDC data when dataToggle=1 (case-sensitivity bug)
The AIDC decode check looked for "datatoggle" (lowercase) but the
field name from scheme definitions is "dataToggle" (camelCase).
Dictionary lookup is case-sensitive, so AIDC data was never decoded.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9df0fd2 commit 623169f
File tree
2 files changed
+2
-2
lines changed- src/TagDataTranslation
- test
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
703 | 703 | | |
704 | 704 | | |
705 | 705 | | |
706 | | - | |
| 706 | + | |
707 | 707 | | |
708 | 708 | | |
709 | 709 | | |
| |||
0 commit comments