sterling                Wed Sep 11 18:43:58 2002 EDT

  Modified files:              
    /php4/ext/swf       swf.c 
  Log:
  virtual filepath fix, don't know why i bother, the module isn't threadsafe 
  and never will be, but still...
  
  
Index: php4/ext/swf/swf.c
diff -u php4/ext/swf/swf.c:1.45 php4/ext/swf/swf.c:1.46
--- php4/ext/swf/swf.c:1.45     Sat May 11 11:58:55 2002
+++ php4/ext/swf/swf.c  Wed Sep 11 18:43:58 2002
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: swf.c,v 1.45 2002/05/11 15:58:55 sterling Exp $ */
+/* $Id: swf.c,v 1.46 2002/09/11 22:43:58 sterling Exp $ */
 
 
 #ifdef HAVE_CONFIG_H
@@ -192,7 +192,7 @@
 {
        zval **name, **sizeX, **sizeY, **frameRate, **r, **g, **b;
        char *na, *tmpna;
-       zend_bool free_na;
+       zend_bool free_na = 0;
        
        if (ZEND_NUM_ARGS() != 7 ||
            zend_get_parameters_ex(7, &name, &sizeX, &sizeY, &frameRate, &r, &g, &b) 
== FAILURE) {



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to