comparison src/log.c @ 7791:21be2d9e8399

[gaim-migrate @ 8437] what I came up with while disconnected committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 07 Dec 2003 18:44:49 +0000
parents 41bcf3f62563
children b4c2f92d4d24
comparison
equal deleted inserted replaced
7790:c2e391c480b6 7791:21be2d9e8399
714 GaimStringref *pathref = gaim_stringref_new(pathstr); 714 GaimStringref *pathref = gaim_stringref_new(pathstr);
715 char *newlog; 715 char *newlog;
716 int logfound = 0; 716 int logfound = 0;
717 int lastoff = 0; 717 int lastoff = 0;
718 int newlen; 718 int newlen;
719 time_t lasttime; 719 time_t lasttime = 0;
720 720
721 GaimLog *log = NULL; 721 GaimLog *log = NULL;
722 GList *list = NULL; 722 GList *list = NULL;
723 723
724 g_free(logfile); 724 g_free(logfile);