Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use updated proplist implementation in ngf-client.
  • Loading branch information
Juho Hämäläinen committed Nov 29, 2012
1 parent 7179bfb commit 49cfcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ngf-client.c
Expand Up @@ -117,7 +117,7 @@ parse_command_play (TestClient *c, char *buf)
ngf_proplist_sets (p, key, ptr);
}
else if (strncmp (type, "integer", 7) == 0) {
int value;
int32_t value;
if (ngf_proplist_parse_integer (ptr, &value)) {
ngf_proplist_set_as_integer (p, key, value);
g_print ("integer -> %d\n", value);
Expand Down

0 comments on commit 49cfcfb

Please sign in to comment.