From: Ard Biesheuvel Date: Mon, 8 Dec 2003 10:01:11 +0000 (+0000) Subject: Fix build X-Git-Tag: php-4.3.5RC1~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1303e186e5c0a044a6bb781abc11600ab307f1c5;p=php Fix build --- diff --git a/ext/session/session.c b/ext/session/session.c index 46075fae22..309368a26a 100644 --- a/ext/session/session.c +++ b/ext/session/session.c @@ -717,7 +717,6 @@ static void strcpy_gmt(char *ubuf, time_t *when) php_gmtime_r(when, &tm); - n = sprintf(buf, "%s, %d %s %d %02d:%02d:%02d GMT", /* SAFE */ n = sprintf(buf, "%s, %02d %s %d %02d:%02d:%02d GMT", /* SAFE */ week_days[tm.tm_wday], tm.tm_mday, month_names[tm.tm_mon], tm.tm_year + 1900,