From svnnotify ¡÷ sourceforge.jp Wed May 25 23:46:49 2011 From: svnnotify ¡÷ sourceforge.jp (svnnotify ¡÷ sourceforge.jp) Date: Wed, 25 May 2011 23:46:49 +0900 Subject: [Negitoro-svn] =?utf-8?b?WzE2N10gdHZpZXc6ICDmnIDlpKfjga7ooYzmlbA=?= =?utf-8?b?44KSNDPjgYvjgok0NOOBq+WkieabtA==?= Message-ID: <1306334809.631710.4135.nullmailer@users.sourceforge.jp> Revision: 167 http://sourceforge.jp/projects/negitoro/svn/view?view=rev&revision=167 Author: sero_s Date: 2011-05-25 23:46:49 +0900 (Wed, 25 May 2011) Log Message: ----------- tview: ??¤§????°ã?43???44????? ???: Sero_S ?????r147 ????¼ã?????¥ã? Modified Paths: -------------- trunk/apps/tview/tview.c Modified: trunk/apps/tview/tview.c =================================================================== --- trunk/apps/tview/tview.c 2011-03-19 14:16:56 UTC (rev 166) +++ trunk/apps/tview/tview.c 2011-05-25 14:46:49 UTC (rev 167) @@ -6,6 +6,8 @@ /* strtok?????????? */ /* ?????0?????(JsZ) */ +/* fix ??????43??44?(Sero) */ + #include "apilib.h" #include @@ -44,8 +46,8 @@ if (h < 1) { h = 1; } - if (h > 43) { - h = 43; + if (h > 44) { + h = 44; } } else if (p[1] == 't') { t = strtol(p + 2, &p, 0);