Mercurial > pidgin.yaz
changeset 1491:5a5284be5d66
[gaim-migrate @ 1501]
grr
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 16 Feb 2001 20:55:04 +0000 |
parents | 44528cc8e8ff |
children | 638b57b1801d |
files | src/toc.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/toc.c Thu Feb 15 17:14:33 2001 +0000 +++ b/src/toc.c Fri Feb 16 20:55:04 2001 +0000 @@ -48,7 +48,7 @@ #include "pixmaps/dt_icon.xpm" #include "pixmaps/free_icon.xpm" -#define REVISION "gaim:$Revision: 1479 $" +#define REVISION "gaim" #define TYPE_SIGNON 1 #define TYPE_DATA 2 @@ -320,7 +320,7 @@ } debug_printf("* Client sends TOC \"toc_signon\" message\n"); - g_snprintf(snd, sizeof snd, "toc_signon %s %d %s %s %s \"%s\"", + g_snprintf(snd, sizeof snd, "toc_signon %s %d %s %s %s \"%s\"", AUTH_HOST, AUTH_PORT, normalize(gc->username), roast_password(gc->password), LANGUAGE, REVISION); if (sflap_send(gc, snd, -1, TYPE_DATA) < 0) {