comparison src/log.c @ 13473:38bcc0a2d4da

[gaim-migrate @ 15849] Apparently KingAnt wants this to compile. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 09 Mar 2006 03:02:23 +0000
parents 660916251ba8
children 9710aeb12c0d
comparison
equal deleted inserted replaced
13472:660916251ba8 13473:38bcc0a2d4da
1404 g_free(index_tmp); 1404 g_free(index_tmp);
1405 } 1405 }
1406 g_free(pathstr); 1406 g_free(pathstr);
1407 } 1407 }
1408 } 1408 }
1409 g_free(index_template);
1410 1409
1411 while (fgets(buf, BUF_LONG, file)) { 1410 while (fgets(buf, BUF_LONG, file)) {
1412 if ((newlog = strstr(buf, "---- New C"))) { 1411 if ((newlog = strstr(buf, "---- New C"))) {
1413 int length; 1412 int length;
1414 int offset; 1413 int offset;