• R/O
  • HTTP
  • SSH
  • HTTPS

TinyBannavi: コミット

タイニー番組ナビゲータ本体


コミットメタ情報

リビジョン256d182840df67ed2bdadff4a6e0d9b1f2ad118d (tree)
日時2014-09-13 11:59:59
作者peeweedee <peeweedee@user...>
コミッターpeeweedee

ログメッセージ

・DBR T-450対応 0.3版

変更サマリ

差分

--- a/TinyBannavi/src/tainavi/pluginrec/PlugIn_RecRD_T450.java
+++ b/TinyBannavi/src/tainavi/pluginrec/PlugIn_RecRD_T450.java
@@ -1167,7 +1167,7 @@ public class PlugIn_RecRD_T450 extends HDDRecorderUtils implements HDDRecorder,C
11671167 }
11681168 else {
11691169 newdat.put("maiyoubi_type", "1");
1170- int i = 1;
1170+ int i = 0;
11711171 for ( String s : RPTPTN ) {
11721172 if ( s.equals(r.getRec_pattern()) == true ) {
11731173 break;
@@ -1175,10 +1175,10 @@ public class PlugIn_RecRD_T450 extends HDDRecorderUtils implements HDDRecorder,C
11751175 i++;
11761176 }
11771177 if ( i <= RPTPTN_ID_SAT ) {
1178- newdat.put("date1", String.valueOf(0x0001 << ((i + 5) % 7)));
1178+ newdat.put("date1", String.valueOf(0x0001 << ((i + 6) % 7)));
11791179 }
11801180 else if ( i >= RPTPTN_ID_MON2FRI && i <= RPTPTN_ID_EVERYDAY ) {
1181- newdat.put("date1", String.valueOf((0x0001 << (i - 4))-1));
1181+ newdat.put("date1", String.valueOf((0x0001 << (i - 3))-1));
11821182 }
11831183 }
11841184
旧リポジトリブラウザで表示