mirror of
https://github.com/php/php-src.git
synced 2026-04-27 18:23:26 +02:00
one tmbuf is enough
This commit is contained in:
@@ -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) */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user