[Swfed-svn] swfed-svn [190] swf_object * を zend_list_find で取得した際にキャストを追加

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 5月 6日 (木) 19:38:24 JST


Revision: 190
          http://sourceforge.jp/projects/swfed/svn/view?view=rev&revision=190
Author:   yoya
Date:     2010-05-06 19:38:24 +0900 (Thu, 06 May 2010)

Log Message:
-----------
swf_object * を zend_list_find で取得した際にキャストを追加

Modified Paths:
--------------
    trunk/src/swfed.c


-------------- next part --------------
Modified: trunk/src/swfed.c
===================================================================
--- trunk/src/swfed.c	2010-05-06 10:09:30 UTC (rev 189)
+++ trunk/src/swfed.c	2010-05-06 10:38:24 UTC (rev 190)
@@ -851,7 +851,7 @@
         return NULL;
     }
     id = Z_LVAL_PP(tmp);
-    swf = zend_list_find(id, &type);
+    swf = (swf_object_t *) zend_list_find(id, &type);
     return swf;
 }
 



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