Use %x instead of %lx where appropriate.
Some conversions were not properly merged from the master branch.
This commit is contained in:
parent
37ccb325af
commit
c4afc48154
3 changed files with 3 additions and 3 deletions
|
|
@ -117,7 +117,7 @@ int dump_edges(struct evbuffer *out) {
|
|||
e = node2->data;
|
||||
address = sockaddr2hostname(&e->address);
|
||||
if(evbuffer_add_printf(out,
|
||||
" %s to %s at %s options %lx weight %d\n",
|
||||
" %s to %s at %s options %x weight %d\n",
|
||||
e->from->name, e->to->name, address,
|
||||
e->options, e->weight) == -1) {
|
||||
free(address);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue