svnno****@sourc*****
svnno****@sourc*****
2011年 3月 28日 (月) 09:48:32 JST
Revision: 1500 http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1500 Author: kiri_feather Date: 2011-03-28 09:48:31 +0900 (Mon, 28 Mar 2011) Log Message: ----------- no_retweet_ids呼び出しが無限ループになっていたバグ修正 Modified Paths: -------------- trunk/Tween/Twitter.vb -------------- next part -------------- Modified: trunk/Tween/Twitter.vb =================================================================== --- trunk/Tween/Twitter.vb 2011-03-27 14:02:14 UTC (rev 1499) +++ trunk/Tween/Twitter.vb 2011-03-28 00:48:31 UTC (rev 1500) @@ -2355,7 +2355,7 @@ Try Dim ids = CreateDataFromJson(Of Long())(content) noRTId.AddRange(ids) - cursor = 1 '0より大きければ何でも良い。 + cursor = 0 '0より小さければ何でも良い。 Return "" Catch ex As SerializationException TraceOut(ex.Message + Environment.NewLine + content)