Include pull request #302 by EionRobb

This commit is contained in:
mjentsch 2017-03-02 20:12:56 +01:00
parent 1842756995
commit 5a59dc100c

View file

@ -22,7 +22,7 @@
// load photo
static void tgp_info_update_photo_id (PurpleBlistNode *node, long long photo) {
char *llid = g_strdup_printf ("%lld", photo);
char *llid = g_strdup_printf ("%" G_GINT64_FORMAT, photo);
debug ("tgp_info_update_photo_id %s", llid);
purple_blist_node_set_string (node, TGP_INFO_PHOTO_ID, llid);
g_free (llid);