Include pull request #302 by EionRobb
This commit is contained in:
parent
1842756995
commit
5a59dc100c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue