Mercurial > pidgin
diff src/list.c @ 2536:0e0a54e5819a
[gaim-migrate @ 2549]
I got an itty bitty diff for you now ;-)
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Thu, 18 Oct 2001 12:12:38 +0000 |
| parents | 413a81136e3a |
| children | 20418e5702eb |
line wrap: on
line diff
--- a/src/list.c Thu Oct 18 07:29:13 2001 +0000 +++ b/src/list.c Thu Oct 18 12:12:38 2001 +0000 @@ -487,7 +487,7 @@ } -/* translate an AIM 3 buddylist (*.lst) to a GAIM buddylist */ +/* translate an AIM 3 buddylist (*.lst) to a Gaim buddylist */ static void translate_lst(FILE *src_fp, char *dest) { char line[BUF_LEN], *line2; @@ -520,7 +520,7 @@ } -/* translate an AIM 4 buddylist (*.blt) to GAIM format */ +/* translate an AIM 4 buddylist (*.blt) to Gaim format */ static void translate_blt(FILE *src_fp, char *dest) { int i; @@ -708,7 +708,7 @@ buf = g_malloc(8193); g_snprintf(buf, 8192, "toc_set_config {%s}\n", buf2); g_free(buf2); - /* GAIM buddy list - no translation */ + /* Gaim buddy list - no translation */ } else if (first[0] == 'm') { rewind(f); len = fread(buf, 1, BUF_LONG * 2, f);
