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

Diff for /src/usr.bin/rcs/rlog.c between version 1.57 and 1.58

version 1.57, 2007/02/27 07:59:13 version 1.58, 2007/06/30 08:23:49
Line 173 
Line 173 
 static void  static void
 rlog_file(const char *fname, RCSFILE *file)  rlog_file(const char *fname, RCSFILE *file)
 {  {
         char numb[64];          char numb[RCS_REV_BUFSZ];
         u_int nrev;          u_int nrev;
         struct rcs_sym *sym;          struct rcs_sym *sym;
         struct rcs_access *acp;          struct rcs_access *acp;
Line 257 
Line 257 
 {  {
         int i, found;          int i, found;
         struct tm t;          struct tm t;
         char *author, numb[64], *fmt, timeb[64];          char *author, numb[RCS_REV_BUFSZ], *fmt, timeb[RCS_TIME_BUFSZ];
         struct rcs_argvector *largv, *sargv, *wargv;          struct rcs_argvector *largv, *sargv, *wargv;
   
         i = found = 0;          i = found = 0;

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58