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

Diff for /src/usr.bin/cvs/Attic/resp.c between version 1.38 and 1.39

version 1.38, 2005/05/24 07:33:36 version 1.39, 2005/05/24 19:13:52
Line 412 
Line 412 
                 /* attempt to create it */                  /* attempt to create it */
                 cf = cvs_file_create(sdir, line, DT_DIR, 0755);                  cf = cvs_file_create(sdir, line, DT_DIR, 0755);
                 if (cf == NULL) {                  if (cf == NULL) {
                         printf("yeah its this man\n");  
                         return (-1);                          return (-1);
                 }                  }
                 cf->cf_repo = strdup(line);                  cf->cf_repo = strdup(line);

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39