From: Sascha Schumann Date: Thu, 28 Aug 2003 17:34:30 +0000 (+0000) Subject: format string fix X-Git-Tag: php-4.3.4RC1~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c662bee5013416633f87994819f45c96c8dd245;p=php format string fix --- diff --git a/ext/session/session.c b/ext/session/session.c index 0328ffa08d..6a8cb85da8 100644 --- a/ext/session/session.c +++ b/ext/session/session.c @@ -633,7 +633,7 @@ static int migrate_global(HashTable *ht, HashPosition *pos TSRMLS_DC) 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; }