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 6319 by maya, Fri Feb 26 08:37:33 2016 UTC revision 6325 by maya, Sun Feb 28 03:05:10 2016 UTC
# Line 1900  void FAR PASCAL ReadIniFile(PCHAR FName, Line 1900  void FAR PASCAL ReadIniFile(PCHAR FName,
1900          if (ts->ZmodemTimeOutFin < 1)          if (ts->ZmodemTimeOutFin < 1)
1901                  ts->ZmodemTimeOutFin = 1;                  ts->ZmodemTimeOutFin = 1;
1902    
         GetPrivateProfileString(Section, "VTPos", "-2147483648,-2147483648", Temp, sizeof(Temp), FName);        /* default: random position */  
         GetNthNum(Temp, 1, (int far *) (&ts->VTPos.x));  
         GetNthNum(Temp, 2, (int far *) (&ts->VTPos.y));  
   
1903          // CygTerm Configuration File          // CygTerm Configuration File
1904          ReadCygtermConfFile(ts);          ReadCygtermConfFile(ts);
1905  }  }

Legend:
Removed from v.6319  
changed lines
  Added in v.6325

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