Commit fc22894
fix EngineDjVu::HandleLink failing on named TOC links like '#vii'
ParseDjVuLink uses atoi() which returns 0 for non-numeric names.
Now tries ResolveNamedDestTemp() to look up named pages before failing.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 5016325 commit fc22894
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1125 | 1125 | | |
1126 | 1126 | | |
1127 | 1127 | | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
1128 | 1135 | | |
1129 | 1136 | | |
1130 | 1137 | | |
| |||
0 commit comments