ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/root-tail/root-tail.c
(Generate patch)

Comparing root-tail/root-tail.c (file contents):
Revision 1.40 by chris_moore, Wed Mar 31 16:27:04 2004 UTC vs.
Revision 1.41 by chris_moore, Wed Mar 31 16:42:22 2004 UTC

535 535
536 return r; 536 return r;
537} 537}
538 538
539/* 539/*
540 * HACK-1: This routine should read a single line, no matter how long. 540 * This routine can read a line of any length if it is called enough times.
541 */ 541 */
542int 542int
543lineinput (struct logfile_entry *logfile) 543lineinput (struct logfile_entry *logfile)
544{ 544{
545 char buff[1024], *p = buff; 545 char buff[1024], *p = buff;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines