Fixing some more format strings.

This commit is contained in:
Robin Sommer 2011-04-27 21:31:23 -07:00
parent 714289bd13
commit b01aa66fe6
3 changed files with 5 additions and 5 deletions

View file

@ -8,8 +8,8 @@
#include <sys/types.h>
#include <regex.h>
# define FMT_INT "%lld"
# define FMT_UINT "%llu"
# define FMT_INT "%" PRId64
# define FMT_UINT "%" PRIu64
static TableType* bt_tracker_headers = 0;
static RecordType* bittorrent_peer;