Develop and Download Open Source Software

Browse Subversion Repository

Diff of /tags/REL-1.1/ftprmd.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7 by hirohitohigashi, Fri Feb 20 12:10:40 2009 UTC revision 11 by hirohitohigashi, Mon Feb 23 02:05:06 2009 UTC
# Line 71  int ftp_rmd (int sck, char *Directory, i Line 71  int ftp_rmd (int sck, char *Directory, i
71          return DIR_TOO_LONG;          return DIR_TOO_LONG;
72      }      }
73    
74      sprintf(buffer, "RMD %s\n", Directory);      sprintf(buffer, "RMD %s\r\n", Directory);
75    
76                    
77    

Legend:
Removed from v.7  
changed lines
  Added in v.11

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26