From 1c662bee5013416633f87994819f45c96c8dd245 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 28 Aug 2003 17:34:30 +0000 Subject: [PATCH] format string fix --- ext/session/session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.50.1