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 6856 by doda, Wed Jul 12 09:25:47 2017 UTC revision 6899 by doda, Thu Aug 17 14:21:35 2017 UTC
# Line 1987  void PASCAL WriteIniFile(PCHAR FName, PT Line 1987  void PASCAL WriteIniFile(PCHAR FName, PT
1987          char uimsg[MAX_UIMSG], uimsg2[MAX_UIMSG], msg[MAX_UIMSG];          char uimsg[MAX_UIMSG], uimsg2[MAX_UIMSG], msg[MAX_UIMSG];
1988    
1989          /* version */          /* version */
1990          ret = WritePrivateProfileString(Section, "Version", "2.3", FName);          ret = WritePrivateProfileString(Section, "Version", TT_VERSION_STR("."), FName);
1991          if (ret == 0) {          if (ret == 0) {
1992                  // iniファイルの書き込みに失敗したら、エラーメッセージを表示する。(2012.10.18 yutaka)                  // iniファイルの書き込みに失敗したら、エラーメッセージを表示する。(2012.10.18 yutaka)
1993                  ret = GetLastError();                  ret = GetLastError();

Legend:
Removed from v.6856  
changed lines
  Added in v.6899

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