From: Sascha Schumann Date: Sat, 27 Nov 1999 21:18:01 +0000 (+0000) Subject: one tmbuf is enough X-Git-Tag: PRE_RETURN_REF_PATCH~203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8573448db25b12590dbf42d632528b39b2067aaf;p=php one tmbuf is enough --- diff --git a/ext/standard/parsedate.y b/ext/standard/parsedate.y index 17b21b3ecd..e8dfa8c80b 100644 --- a/ext/standard/parsedate.y +++ b/ext/standard/parsedate.y @@ -539,7 +539,7 @@ int GetTimeInfo(TIMEINFO *Now) struct timeval tv; #endif /* defined(HAVE_GETTIMEOFDAY) */ #if !defined(HAVE_TM_GMTOFF) - struct tm local, tmbuf; + struct tm local; struct tm gmt; #endif /* !defined(HAVE_TM_GMTOFF) */