Skip to content

Commit

Permalink
Problem: build broken with GCC 7
Browse files Browse the repository at this point in the history
Solution: regenerate from zproto
  • Loading branch information
bluca committed Feb 8, 2017
1 parent dff1531 commit 3478486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlm_client_engine.inc
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ s_client_new (zsock_t *cmdpipe, zsock_t *msgpipe)
self->msgpipe = msgpipe;
self->state = start_state;
self->event = NULL_event;
snprintf (self->log_prefix, sizeof (self->log_prefix) - 1,
snprintf (self->log_prefix, sizeof (self->log_prefix),
"%6d:%-33s", randof (1000000), "mlm_client");
self->dealer = zsock_new (ZMQ_DEALER);
if (self->dealer)
Expand Down

0 comments on commit 3478486

Please sign in to comment.