sas             Thu Aug 28 13:34:31 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/ext/session        session.c 
  Log:
  format string fix
  
Index: php-src/ext/session/session.c
diff -u php-src/ext/session/session.c:1.336.2.25 
php-src/ext/session/session.c:1.336.2.26
--- php-src/ext/session/session.c:1.336.2.25    Mon Aug 25 22:16:23 2003
+++ php-src/ext/session/session.c       Thu Aug 28 13:34:30 2003
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: session.c,v 1.336.2.25 2003/08/26 02:16:23 sniper Exp $ */
+/* $Id: session.c,v 1.336.2.26 2003/08/28 17:34:30 sas Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -633,7 +633,7 @@
                        break;
                case HASH_KEY_IS_LONG:
                        php_error_docref(NULL TSRMLS_CC, E_NOTICE, "The session bug 
compatibility code will not "
-                                       "try to locate the global variable $%d due to 
its "
+                                       "try to locate the global variable $%lu due to 
its "
                                        "numeric nature.", num_key);
                        break;
        }

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

Reply via email to