Mercurial > pidgin
diff plugins/perl/common/Cipher.xs @ 11202:ff4884029708
[gaim-migrate @ 13330]
Some compile warning fixes. It's very possible the perl warnings
were caused by some of my changes to the core last week
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 08 Aug 2005 02:21:57 +0000 |
| parents | 8dca96cbcd64 |
| children | b284c703d398 |
line wrap: on
line diff
--- a/plugins/perl/common/Cipher.xs Mon Aug 08 02:18:16 2005 +0000 +++ b/plugins/perl/common/Cipher.xs Mon Aug 08 02:21:57 2005 +0000 @@ -111,7 +111,7 @@ gaim_cipher_context_digest_to_str(context, in_len, digest_s, out_len) Gaim::Cipher::Context context size_t in_len - guchar &digest_s + gchar &digest_s size_t &out_len gint
