fix parsing of quoted time zone names
commit8ca27ac4bfe73bff785d0c26c1de0da92b55e5c6
authorHannu Nyman <hannu.nyman@iki.fi>
Mon, 24 Oct 2016 10:12:24 +0000 (24 13:12 +0300)
committerRich Felker <dalias@aerifal.cx>
Mon, 7 Nov 2016 16:54:09 +0000 (7 11:54 -0500)
treed8e7a163eb40ac6c5bbf7819f3f9559070861511
parent7352b59d68aa6d931f9f882b2e0f9de6314d733f
fix parsing of quoted time zone names

Fix parsing of the < > quoted time zone names. Compare the correct
character instead of repeatedly comparing the first character.
src/time/__tz.c