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

Diff for /src/usr.bin/cvs/edit.c between version 1.24 and 1.25

version 1.24, 2007/01/08 13:21:21 version 1.25, 2007/01/09 10:01:43
Line 277 
Line 277 
         if (getcwd(wdir, sizeof(wdir)) == NULL)          if (getcwd(wdir, sizeof(wdir)) == NULL)
                 fatal("getcwd failed");                  fatal("getcwd failed");
   
         (void)fprintf(fp, "E%s\t%s GMT\t%s\t%s\t\n",          (void)fprintf(fp, "E%s\t%s GMT\t%s\t%s\t",
             cf->file_name, timebuf, thishost, wdir);              cf->file_name, timebuf, thishost, wdir);
   
         if (edit_aflags & E_EDIT)          if (edit_aflags & E_EDIT)

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25