Skip to content

Commit

Permalink
- goose_subscriber_example: fix to compile with visual studio 2015
Browse files Browse the repository at this point in the history
  • Loading branch information
mzillgith committed Mar 13, 2017
1 parent 3b082c2 commit a1f442f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/goose_subscriber/goose_subscriber_example.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ gooseListener(GooseSubscriber subscriber, void* parameter)
printf(" stNum: %u sqNum: %u\n", GooseSubscriber_getStNum(subscriber),
GooseSubscriber_getSqNum(subscriber));
printf(" timeToLive: %u\n", GooseSubscriber_getTimeAllowedToLive(subscriber));
#ifndef _WIN32
printf(" timestamp: %"PRIu64"\n", GooseSubscriber_getTimestamp(subscriber));
#endif

MmsValue* values = GooseSubscriber_getDataSetValues(subscriber);

Expand Down

0 comments on commit a1f442f

Please sign in to comment.