Skip to content

Commit

Permalink
Merge pull request #245 from bluca/gcc7
Browse files Browse the repository at this point in the history
Problem: build broken with GCC 7
  • Loading branch information
sappo committed Feb 8, 2017
2 parents dff1531 + 3478486 commit 3898216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlm_client_engine.inc
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 3898216

Please sign in to comment.