On Wed, Jan 02, 2002 at 04:13:45PM +0100, Andreas Tobler wrote: > + tz1 = tim->tm_zone; > + tz2 = NULL; [...] > + if (!strcmp(tz1, tz2)) Boom. You may want "" not NULL for tz2. r~