- Notifications
You must be signed in to change notification settings - Fork28
Commit83d0b9f
committed
Fixes from Heikki Linnakangas <heikki@enterprisedb.com>:
Apparently it's a bug I introduced when I refactored spell.c to use thereadline function for reading and recoding the input file. I didn'tnotice that some calls to STRNCMP used the non-lowercased version of theinput line.1 parentf243a1a commit83d0b9f
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
733 | 733 | | |
734 | 734 | | |
735 | 735 | | |
736 | | - | |
737 | 736 | | |
738 | 737 | | |
739 | 738 | | |
| |||
813 | 812 | | |
814 | 813 | | |
815 | 814 | | |
816 | | - | |
817 | | - | |
| 815 | + | |
| 816 | + | |
818 | 817 | | |
819 | 818 | | |
820 | 819 | | |
| |||
834 | 833 | | |
835 | 834 | | |
836 | 835 | | |
| 836 | + | |
837 | 837 | | |
838 | 838 | | |
839 | 839 | | |
| |||
0 commit comments
Comments
(0)