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.49 by chris_moore, Wed Apr 7 03:54:30 2004 UTC vs.
Revision 1.50 by chris_moore, Wed Apr 7 03:57:00 2004 UTC

860 const char *beg = p; 860 const char *beg = p;
861 int start_w = log->last->wrapped_left ? continuation_width : 0; 861 int start_w = log->last->wrapped_left ? continuation_width : 0;
862 int w = start_w; 862 int w = start_w;
863 int wrapped = 0; 863 int wrapped = 0;
864 char *break_p = NULL; 864 char *break_p = NULL;
865 int width_at_break_p; 865 int width_at_break_p = 0;
866 spaces = 0; 866 spaces = 0;
867 867
868 if (opt_justify) 868 if (opt_justify)
869 breaks[spaces].index = breaks[spaces].width = 0; 869 breaks[spaces].index = breaks[spaces].width = 0;
870 870

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines