mirror of
https://github.com/lua/lua.git
synced 2025-01-28 06:03:00 +08:00
Roberto Ierusalimschy
20b161e285
Small correction in test about 'isdst'
The field 'isdst' can be false, so we cannot test its absence with 'if not D.isdst'; we must compare with nil for a correct test.
Description
No description provided
Languages
C
67.4%
Lua
32%
Makefile
0.6%