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

Diff for /src/usr.bin/cvs/status.c between version 1.91 and 1.92

version 1.91, 2009/02/21 14:50:53 version 1.92, 2009/03/21 15:33:22
Line 140 
Line 140 
                 return;                  return;
   
         if (cf->file_rcs != NULL)          if (cf->file_rcs != NULL)
                 head = rcs_head_get(cf->file_rcs);                  head = cf->file_rcsrev;
         else          else
                 head = NULL;                  head = NULL;
   
Line 205 
Line 205 
                         fatal("cvs_status_local: truncation");                          fatal("cvs_status_local: truncation");
         } else {          } else {
                 rcsnum_tostr(head, revbuf, sizeof(revbuf));                  rcsnum_tostr(head, revbuf, sizeof(revbuf));
                 rcsnum_free(head);  
                 (void)xsnprintf(buf, sizeof(buf), "%s\t%s", revbuf,                  (void)xsnprintf(buf, sizeof(buf), "%s\t%s", revbuf,
                     cf->file_rpath);                      cf->file_rpath);
         }          }

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92