Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/vtterm.c

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

revision 8906 by zmatsuo, Tue Aug 18 15:31:34 2020 UTC revision 8910 by zmatsuo, Tue Aug 18 15:32:07 2020 UTC
# Line 6367  static int CommRead1Byte_(PComVar cv, LP Line 6367  static int CommRead1Byte_(PComVar cv, LP
6367                  return 0;                  return 0;
6368          }          }
6369    
6370          if (FLogIsOpend() && FLogGetFreeCount() < 10) {          if (FLogIsOpend() && FLogGetFreeCount() < FILESYS_LOG_FREE_SPACE) {
6371                  // 自分のバッファに余裕がない場合は、CPUスケジューリングを他に回し、                  // 自分のバッファに余裕がない場合は、CPUスケジューリングを他に回し、
6372                  // CPUがストールするの防ぐ。                  // CPUがストールするの防ぐ。
6373                  // (2006.10.13 yutaka)                  // (2006.10.13 yutaka)

Legend:
Removed from v.8906  
changed lines
  Added in v.8910

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