[Tween-svn] [1577] コンパイルできなくなっていたのを修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 9月 8日 (木) 02:21:27 JST


Revision: 1577
          http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1577
Author:   syo68k
Date:     2011-09-08 02:21:27 +0900 (Thu, 08 Sep 2011)

Log Message:
-----------
コンパイルできなくなっていたのを修正

Modified Paths:
--------------
    trunk/Tween/Twitter.vb


-------------- next part --------------
Modified: trunk/Tween/Twitter.vb
===================================================================
--- trunk/Tween/Twitter.vb	2011-09-05 03:53:34 UTC (rev 1576)
+++ trunk/Tween/Twitter.vb	2011-09-07 17:21:27 UTC (rev 1577)
@@ -725,7 +725,7 @@
         End Try
 
         'ReTweetしたものをTLに追加
-        Dim post As PostClass = CreatePostsFromStatusData(status)
+        post = CreatePostsFromStatusData(status)
         If post Is Nothing Then Return "Invalid Json!"
 
         '二重取得回避



Tween-svn メーリングリストの案内
Back to archive index