Displaying 2 results from an estimated 2 matches for "149c149".
2004 Dec 24
1
header search for splitted word
...est regards,
--
Kazuo Moriwaka
moriwaka at valinux.co.jp
Index: src/lib-mail/message-header-search.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-mail/message-header-search.c,v
retrieving revision 1.13
diff -r1.13 message-header-search.c
149c149
< chr = ' ';
---
> chr = '\t';
153c153
< if (chr == '\r' || chr == '\n')
---
> if (chr == '\r' || chr == '\n' || chr == '\t')
2007 Nov 09
1
make check-all fails on F8
...'
---
> In readLines("testIO.R") : incomplete final line found on 'testIO.R'
126c126
< In readLines("testIO.R") : incomplete final line found on 'testIO.R'
---
> In readLines("testIO.R") : incomplete final line found on 'testIO.R'
149c149
< In readLines("testIO.R") : incomplete final line found on 'testIO.R'
---
> In readLines("testIO.R") : incomplete final line found on 'testIO.R'
I thought that I was going blind, as I did not see any differences.
However, it is blindingly subtle. On th...