Commit 8258e59
authored
Fix common_to_sci() ignoring Language argument (#321)
The Language parameter was accepted but not forwarded to get_comnames(),
so all lookups silently used English regardless of what was specified.
Also removes unnecessary enquo() wrapping of an already-evaluated string.
Fixes #2751 parent 0e093e4 commit 8258e59
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
0 commit comments