Changeset d11822a for protocols/purple

Timestamp:
2017-08-09T05:55:15Z (7 years ago)
Author:
Alex Schroeder <alex@…>
Branches:
master
Children:
a893271
Parents:
a9e0de2
Message:

Twitter: fix format strings for integers

Silence the following compiler warning: format specifies type
'unsigned long long' but the argument has type 'guint64'. When
formatting a json_integer, use PRId64 for int64_t. When formatting
ordinary integers, use G_GUINT64_FORMAT for guint64.

(No files)

Note: See TracChangeset for help on using the changeset viewer.