Skip to content

Commit

Permalink
Merge pull request #5 from Hubbitus/master
Browse files Browse the repository at this point in the history
Fix build with -Werror=format-security
  • Loading branch information
mariusae committed Jan 9, 2014
2 parents 54b96fb + 20f221f commit 17ed72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tricklectl.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ main(int argc, char **argv)
trickled_ctl_open(&trickled_sock);

if (!trickled_sock)
err(1, sockname);
err(1, "%s", sockname);

handle_command(i, argc, argv);

Expand Down

0 comments on commit 17ed72d

Please sign in to comment.