diff options
Diffstat (limited to 'lib/ic/examples/c-client/client.c')
-rw-r--r-- | lib/ic/examples/c-client/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ic/examples/c-client/client.c b/lib/ic/examples/c-client/client.c index 816477cf15..5b11510ce3 100644 --- a/lib/ic/examples/c-client/client.c +++ b/lib/ic/examples/c-client/client.c @@ -64,6 +64,7 @@ int main() /* Initiating pid*/ strcpy(pid.node,CLNODE); + pid.node_org_enc = ERLANG_LATIN1; pid.num = 99; pid.serial = 0; pid.creation = 0; |