Skip to content

Commit

Permalink
Update example_consume
Browse files Browse the repository at this point in the history
  • Loading branch information
reunanen committed Mar 22, 2020
1 parent 134a11d commit 8ad42ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example_consume.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ int onCancel(AMQPMessage * message ) {
}

int onMessage( AMQPMessage * message ) {
uint32_t j = 0;
size_t j = 0;
char * data = message->getMessage(&j);
if (data)
cout << data << endl;
Expand Down

0 comments on commit 8ad42ff

Please sign in to comment.