comparison libpurple/protocols/msn/oim.c @ 20503:905891855710

3rd time the charm? Fixes #2990, maybe
author Ka-Hing Cheung <khc@hxbc.us>
date Wed, 12 Sep 2007 05:36:59 +0000
parents f6dff814d95f
children 7e69275a4eef 2c8c6d77f12c
comparison
equal deleted inserted replaced
20502:b5a2938b4549 20503:905891855710
465 465
466 t.tm_year -= 1900; 466 t.tm_year -= 1900;
467 t.tm_isdst = 0; 467 t.tm_isdst = 0;
468 468
469 #ifdef _WIN32 469 #ifdef _WIN32
470 if ((sys_tzoff = win32_get_tz_offset()) != -1) 470 if ((sys_tzoff = wpurple_get_tz_offset()) != -1)
471 tzoff += sys_tzoff; 471 tzoff += sys_tzoff;
472 #else 472 #else
473 #ifdef HAVE_TM_GMTOFF 473 #ifdef HAVE_TM_GMTOFF
474 tzoff += t.tm_gmtoff; 474 tzoff += t.tm_gmtoff;
475 #else 475 #else