1
0
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:
Sascha Schumann
1999-11-27 21:18:01 +00:00
parent d7f3b5a182
commit 8573448db2
+1 -1
View File
@@ -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) */