sas             Thu Aug 28 13:34:34 2003 EDT

  Modified files:              
    /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.372 php-src/ext/session/session.c:1.373
--- php-src/ext/session/session.c:1.372 Mon Aug 25 22:03:41 2003
+++ php-src/ext/session/session.c       Thu Aug 28 13:34:33 2003
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: session.c,v 1.372 2003/08/26 02:03:41 sniper Exp $ */
+/* $Id: session.c,v 1.373 2003/08/28 17:34:33 sas Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -732,7 +732,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