]> granicus.if.org Git - php/commitdiff
Fix build
authorArd Biesheuvel <abies@php.net>
Mon, 8 Dec 2003 10:01:11 +0000 (10:01 +0000)
committerArd Biesheuvel <abies@php.net>
Mon, 8 Dec 2003 10:01:11 +0000 (10:01 +0000)
ext/session/session.c

index 46075fae220c398e2d8aeb08f62001a439906bd2..309368a26a67d9cc0c8eb29c3ca5a16782274b73 100644 (file)
@@ -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,