Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
| |