From: Sascha Schumann Date: Thu, 28 Aug 2003 17:34:33 +0000 (+0000) Subject: format string fix X-Git-Tag: RELEASE_0_7~405 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=237da469d7c25248fc197a84064d5908928761c7;p=php format string fix --- diff --git a/ext/session/session.c b/ext/session/session.c index 277a84e88b..b156567259 100644 --- a/ext/session/session.c +++ b/ext/session/session.c @@ -732,7 +732,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; }