comparison libpurple/plugins/log_reader.c @ 17461:36cb252e9f86

Remove an extraneous link++.
author Richard Laager <rlaager@wiktel.com>
date Mon, 04 Jun 2007 01:02:02 +0000
parents 8622d1233e0a
children f94251004e7d
comparison
equal deleted inserted replaced
17460:8622d1233e0a 17461:36cb252e9f86
1486 link_temp_line = NULL; 1486 link_temp_line = NULL;
1487 while ((link = strstr(line, "(Link: "))) { 1487 while ((link = strstr(line, "(Link: "))) {
1488 GString *temp; 1488 GString *temp;
1489 1489
1490 *link = '\0'; 1490 *link = '\0';
1491 link++;
1492
1493 temp = g_string_new(line); 1491 temp = g_string_new(line);
1494 g_string_append(temp, "<a href=\""); 1492 g_string_append(temp, "<a href=\"");
1495 1493
1496 if (strlen(link) >= 6) { 1494 if (strlen(link) >= 6) {
1497 link += (sizeof("(Link: ") - 1); 1495 link += (sizeof("(Link: ") - 1);