チェンジセット 29: trunk/install/perl
- コミット日時:
 - 2006/12/25 02:08:06 (19 年前)
 - ファイル:
 
凡例:
- 変更無し
 - 追加
 - 削除
 - 更新
 - コピー
 - 移動
 
trunk/install/perl/tvrecording.pl
r28 r29 266 266 my $intval = $recch % 35; # 0〜34 267 267 my $startupsleep = $startupsleeptime - $intval; # 3-37 (VHF 25-36,tvk 30) 268 $reclengthsec = $reclengthsec + $intval+ 1; #269 270 &writelog("tvrecording: DEBUG SLEEP $startupsleeptime:$intval:$startupsleep ");268 $reclengthsec = $reclengthsec + (60 - $startupsleep) + 1; # 269 270 &writelog("tvrecording: DEBUG SLEEP $startupsleeptime:$intval:$startupsleep:$reclengthsec"); 271 271 272 272 sleep ( $startupsleep); 
