Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/ttpset/ttset.c

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

revision 2476 by maya, Mon Apr 14 17:35:50 2008 UTC revision 2478 by yutakapon, Thu Apr 17 16:16:26 2008 UTC
# Line 650  void FAR PASCAL ReadIniFile(PCHAR FName, Line 650  void FAR PASCAL ReadIniFile(PCHAR FName,
650          ts->XmodemBin = GetOnOff(Section, "XmodemBin", FName, TRUE);          ts->XmodemBin = GetOnOff(Section, "XmodemBin", FName, TRUE);
651    
652          /* XMODEM 受信コマンド (2007.12.21 yutaka) */          /* XMODEM 受信コマンド (2007.12.21 yutaka) */
653          GetPrivateProfileString(Section, "XModemRcvCommand", "rx",          GetPrivateProfileString(Section, "XModemRcvCommand", "",
654                                  ts->XModemRcvCommand, sizeof(ts->XModemRcvCommand), FName);                                  ts->XModemRcvCommand, sizeof(ts->XModemRcvCommand), FName);
655    
656          /* Default directory for file transfer */          /* Default directory for file transfer */

Legend:
Removed from v.2476  
changed lines
  Added in v.2478

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