Develop and Download Open Source Software

Browse CVS Repository

Diff of /ttssh2/teraterm/source/teraterm/filesys.cpp

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

revision 1.2 by yutakakn, Sun Feb 20 14:51:29 2005 UTC revision 1.3 by yutakakn, Sat May 7 09:49:24 2005 UTC
# Line 239  void LogStart() Line 239  void LogStart()
239          if (strlen(&(LogVar->FullName[LogVar->DirLen]))==0)          if (strlen(&(LogVar->FullName[LogVar->DirLen]))==0)
240          {          {
241                  // 0x1000 = plain text (2005.2.20 yutaka)                  // 0x1000 = plain text (2005.2.20 yutaka)
242                  Option = MAKELONG(ts.TransBin,ts.Append | 0x1000);                  // teraterm.iniの設定を見てからデフォルトオプションを決める。(2005.5.7 yutaka)
243                    Option = MAKELONG(ts.TransBin,ts.Append | (0x1000 * ts.LogTypePlainText));
244                  if (! (*GetTransFname)(LogVar, ts.FileDir, GTF_LOG, &Option))                  if (! (*GetTransFname)(LogVar, ts.FileDir, GTF_LOG, &Option))
245                  {                  {
246                          FreeFileVar(&LogVar);                          FreeFileVar(&LogVar);
# Line 1075  void QVStart(int mode) Line 1076  void QVStart(int mode)
1076    
1077  /*  /*
1078   * $Log$   * $Log$
1079     * Revision 1.3  2005/05/07 09:49:24  yutakakn
1080     * teraterm.iniに LogTypePlainText を追加した。
1081     *
1082   * Revision 1.2  2005/02/20 14:51:29  yutakakn   * Revision 1.2  2005/02/20 14:51:29  yutakakn
1083   * ログファイルの種別に"plain text"を追加。このオプションが有効の場合は、ログファイルに   * ログファイルの種別に"plain text"を追加。このオプションが有効の場合は、ログファイルに
1084   * ASCII非表示文字の採取をしない。   * ASCII非表示文字の採取をしない。

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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