Ticket #264: search.patch
File search.patch, 372 bytes (added by egmont, 16 years ago) |
---|
-
src/util.c
diff -Naur mc-4.6.2.orig/src/util.c mc-4.6.2/src/util.c
old new 816 816 if (toupper((unsigned char) *d) == toupper((unsigned char) *e)) 817 817 d++; 818 818 else { 819 e -= d - text ;819 e -= d - text + dlng; 820 820 d = text; 821 821 dlng = 0; 822 822 }