Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ftp_type.c

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

revision 30 by hirohitohigashi, Sat Feb 28 13:03:02 2009 UTC revision 31 by hirohitohigashi, Sat Feb 28 13:12:23 2009 UTC
# Line 58  int ftp_type( LIBOFTP *ftp, const char * Line 58  int ftp_type( LIBOFTP *ftp, const char *
58                    
59      } else {      } else {
60          DEBUGPRINT1( "argument error. %s\n", type );          DEBUGPRINT1( "argument error. %s\n", type );
61            strncpy( ftp->error_message, "argument error.", sizeof(ftp->error_message) );
62          return LIBOFTP_ERROR;          return LIBOFTP_ERROR;
63      }      }
64            

Legend:
Removed from v.30  
changed lines
  Added in v.31

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