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

Diff for /src/usr.bin/cvs/client.c between version 1.117 and 1.118

version 1.117, 2009/02/13 20:50:15 version 1.118, 2009/02/21 14:50:53
Line 519 
Line 519 
   
         switch (cf->file_status) {          switch (cf->file_status) {
         case FILE_UNKNOWN:          case FILE_UNKNOWN:
                 if (cf->fd != -1)                  if (cf->file_flags & FILE_ON_DISK)
                         cvs_client_send_request("Questionable %s",                          cvs_client_send_request("Questionable %s",
                             cf->file_name);                              cf->file_name);
                 break;                  break;

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118