~ubuntu-branches/ubuntu/hardy/pidgin/hardy-backports

« back to all changes in this revision

Viewing changes to libpurple/log.c

  • Committer: Bazaar Package Importer
  • Author(s): Alessio "Spinus" Moscatello
  • Date: 2008-11-07 14:57:00 UTC
  • mfrom: (2.1.29 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081107145700-9f57cau15we5kkhl
Tags: 1:2.5.2-0ubuntu1~hardy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
887
887
                        struct tm tm;
888
888
#if defined (HAVE_TM_GMTOFF) && defined (HAVE_STRUCT_TM_TM_ZONE)
889
889
                        long tz_off;
890
 
                        const char *rest;
 
890
                        const char *rest, *end;
891
891
                        time_t stamp = purple_str_to_time(purple_unescape_filename(filename), FALSE, &tm, &tz_off, &rest);
892
 
                        char *end;
893
892
 
894
893
                        /* As zero is a valid offset, PURPLE_NO_TZ_OFF means no offset was
895
894
                         * provided. See util.h. Yes, it's kinda ugly. */