Mercurial > pidgin
diff src/protocols/oscar/bart.c @ 10990:8d74ae785a46
[gaim-migrate @ 12828]
More compile warning getting rid of. Also fix the crash from my last
batch of comile warning getting rid ofs.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Thu, 09 Jun 2005 04:33:52 +0000 |
| parents | 594682101ba6 |
| children | 1d58cc6c4552 |
line wrap: on
line diff
--- a/src/protocols/oscar/bart.c Thu Jun 09 04:15:22 2005 +0000 +++ b/src/protocols/oscar/bart.c Thu Jun 09 04:33:52 2005 +0000 @@ -92,7 +92,7 @@ /* Screen name */ aimbs_put8(&fr->data, strlen(sn)); - aimbs_putraw(&fr->data, sn, strlen(sn)); + aimbs_putstr(&fr->data, sn); /* Some numbers. You like numbers, right? */ aimbs_put8(&fr->data, 0x01);
