Changeset 4273158 for protocols/nogaim.c


Ignore:
Timestamp:
2010-05-01T14:16:26Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
839189b
Parents:
85ef57f
Message:

Oops. rt_mon start at 0=Jan, causing off-by-a-month timestamps shown to the
user. Temporary work-around: set timezone to +720 or so. :-P

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    r85ef57f r4273158  
    11941194                return g_strdup_printf( "\x02[\x02\x02\x02%04d-%02d-%02d "
    11951195                                        "%02d:%02d:%02d\x02]\x02 ",
    1196                                         msg.tm_year + 1900, msg.tm_mon, msg.tm_mday,
     1196                                        msg.tm_year + 1900, msg.tm_mon + 1, msg.tm_mday,
    11971197                                        msg.tm_hour, msg.tm_min, msg.tm_sec );
    11981198}
Note: See TracChangeset for help on using the changeset viewer.