pidgin/pidgin

Fix circular buffer on 32-bit machines.

2020-10-30, Elliott Sales de Andrade
72d67a705fae
Fix circular buffer on 32-bit machines.

Here, sizeof(gsize) < sizeof(guint64), and the varargs to `g_object_new` become
out of sync.

Testing Done:
Compile and run tests on cross armv7hl.

Reviewed at https://reviews.imfreedom.org/r/182/
#define REVISION "@VCS_TAG@"