/[grep]/grep/src/grep.c
ViewVC logotype

Diff of /grep/src/grep.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.94 by kasal, Sat Feb 26 15:20:00 2005 UTC revision 1.95 by julianfoad, Tue Apr 12 14:14:48 2005 UTC
# Line 535  prline (char const *beg, char const *lim Line 535  prline (char const *beg, char const *lim
535            for (i = 0; i < lim - beg; i++)            for (i = 0; i < lim - beg; i++)
536              ibeg[i] = tolower (beg[i]);              ibeg[i] = tolower (beg[i]);
537    
538            while ((match_offset = (*execute) (ibeg, lim - beg, &match_size, 1))            while ((match_offset = (*execute) (ibeg, ilim - ibeg, &match_size, 1))
539                   != (size_t) -1)                   != (size_t) -1)
540              {              {
541                char const *b = ibeg + match_offset;                char const *b = ibeg + match_offset;

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26