Mercurial > pidgin
diff src/protocols/gg/lib/pubdir.c @ 11546:3c536224f0d0
[gaim-migrate @ 13801]
Update gg to compile and seem to work on win32. The win32 thread implementation in libgg has not been tested *at all*, but I think that the gaim tie-in is all synchronous anyway (yes, it hangs up the UI wonderfully whendoing stuff). I should probably look into getting some of this stuff back into libgg
committer: Tailor Script <tailor@pidgin.im>
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Wed, 14 Sep 2005 19:10:39 +0000 |
| parents | cf15c1cdcfbd |
| children |
line wrap: on
line diff
--- a/src/protocols/gg/lib/pubdir.c Wed Sep 14 19:01:33 2005 +0000 +++ b/src/protocols/gg/lib/pubdir.c Wed Sep 14 19:10:39 2005 +0000 @@ -1,4 +1,4 @@ -/* $Id: pubdir.c 13582 2005-08-28 22:46:01Z boler $ */ +/* $Id: pubdir.c 13801 2005-09-14 19:10:39Z datallah $ */ /* * (C) Copyright 2001-2002 Wojtek Kaniewski <wojtekka@irc.pl> @@ -145,7 +145,7 @@ errno = EFAULT; return NULL; } - + __pwd = gg_saprintf("%ld", random()); __fmpwd = gg_urlencode(password); __tokenid = gg_urlencode(tokenid);
