Skip to content

Commit

Permalink
Problem: set_verbose signature mismatch between src and header
Browse files Browse the repository at this point in the history
Solution: use the signature from the src which includes the correct context
  • Loading branch information
sappo committed Apr 18, 2016
1 parent ffeda28 commit 9ade737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zproto_client_c.gsl
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ $(header.:)
.endfor
// Enable verbose tracing (animation) of state machine activity.
$(CLASS.EXPORT_MACRO)void
$(class.name)_set_verbose (bool verbose);
$(class.name)_set_verbose ($(class.name)_t *self, bool verbose)

// Self test of this class
$(CLASS.EXPORT_MACRO)void
Expand Down

0 comments on commit 9ade737

Please sign in to comment.