hyanantha               Thu Oct 24 07:28:10 2002 EDT

  Modified files:              (Branch: PHP_4_2_0)
    /php4/main  php_logos.c 
  Log:
  NetWare related changes/modifications.
  
  
Index: php4/main/php_logos.c
diff -u php4/main/php_logos.c:1.13 php4/main/php_logos.c:1.13.2.1
--- php4/main/php_logos.c:1.13  Thu Feb 28 03:27:03 2002
+++ php4/main/php_logos.c       Thu Oct 24 07:28:10 2002
@@ -84,7 +84,7 @@
        sapi_add_header(content_header, len, 1);
        free(content_header);
 
-       PHPWRITE(logo_image->data, logo_image->size);
+       PHPWRITE((const char*)logo_image->data, logo_image->size);      /* 
+Type-casting done due to NetWare */
        return 1;
 }
 



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

Reply via email to