Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/ttpcmn/ttcmn.c

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

revision 9598 by zmatsuo, Sat Dec 11 16:31:48 2021 UTC revision 9727 by zmatsuo, Sun Feb 6 13:56:49 2022 UTC
# Line 202  BOOL WINAPI StartTeraTerm(PTTSet ts) Line 202  BOOL WINAPI StartTeraTerm(PTTSet ts)
202          ts->ExeDirW = GetExeDirW(hInst);          ts->ExeDirW = GetExeDirW(hInst);
203    
204          // LogDir          // LogDir
205          ts->LogDirW = GetLogDirW();          ts->LogDirW = GetLogDirW(hInst);
206          CreateDirectoryW(ts->LogDirW, NULL);          CreateDirectoryW(ts->LogDirW, NULL);
207    
208          // HomeDir          // HomeDir

Legend:
Removed from v.9598  
changed lines
  Added in v.9727

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