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 3507 by doda, Tue Jun 16 10:53:55 2009 UTC revision 3522 by doda, Fri Jun 19 09:16:37 2009 UTC
# Line 1294  void FAR PASCAL ReadIniFile(PCHAR FName, Line 1294  void FAR PASCAL ReadIniFile(PCHAR FName,
1294          ts->FontScaling = GetOnOff(Section, "FontScaling", FName, FALSE);          ts->FontScaling = GetOnOff(Section, "FontScaling", FName, FALSE);
1295    
1296          // Meta sets MSB          // Meta sets MSB
         ts->Meta8Bit = GetOnOff(Section, "Meta8Bit", FName, FALSE);  
   
         // Meta sets MSB  
1297          GetPrivateProfileString(Section, "Meta8Bit", "off", Temp, sizeof(Temp), FName);          GetPrivateProfileString(Section, "Meta8Bit", "off", Temp, sizeof(Temp), FName);
1298          if (_stricmp(Temp, "raw") == 0 || _stricmp(Temp, "on") == 0)          if (_stricmp(Temp, "raw") == 0 || _stricmp(Temp, "on") == 0)
1299                  ts->Meta8Bit = IdMeta8BitRaw;                  ts->Meta8Bit = IdMeta8BitRaw;

Legend:
Removed from v.3507  
changed lines
  Added in v.3522

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