Mercurial > pidgin
diff src/protocols/oscar/util.c @ 5927:04dc7fe68889
[gaim-migrate @ 6367]
Another crisp patch from Ryan McCabe (odin). This one makes libfaim act less
sucky in the event of some weird connection problems (read: rare shizzle).
Also some header and compile warning cleanup.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Fri, 20 Jun 2003 04:16:23 +0000 |
| parents | ac418a9dea99 |
| children | 395c7f769e05 |
line wrap: on
line diff
--- a/src/protocols/oscar/util.c Fri Jun 20 03:55:56 2003 +0000 +++ b/src/protocols/oscar/util.c Fri Jun 20 04:16:23 2003 +0000 @@ -29,7 +29,7 @@ return; } -faim_export int aimutil_putstr(u_char *dest, const char *src, int len) +faim_export int aimutil_putstr(char *dest, const char *src, int len) { memcpy(dest, src, len); return len;
