[BACK]Return to regexp.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / less

Diff for /src/usr.bin/less/Attic/regexp.c between version 1.4 and 1.5

version 1.4, 2003/04/05 01:03:35 version 1.5, 2003/04/06 18:42:57
Line 1192 
Line 1192 
                 break;                  break;
         }          }
         if (p != NULL)          if (p != NULL)
                 (void) strcat(buf, p);                  (void) strlcat(buf, p, sizeof buf);
         return(buf);          return(buf);
 }  }
 #endif  #endif

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5