From 1919bb75f74db7f7c36ab5237cfa5d5371e047df Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Thu, 24 Jan 2013 16:26:56 +0100 Subject: ic: Making tests pass after changes in erl_interface and jinterface Note that all these changes was needed due to violations of the APIs in erl_interface and jinterface. One might of course argue that these violations was made due to shortages in erl_interface and jinterface. --- lib/ic/c_src/ic.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ic/c_src') diff --git a/lib/ic/c_src/ic.c b/lib/ic/c_src/ic.c index 1ace9ea1af..796842f4f8 100644 --- a/lib/ic/c_src/ic.c +++ b/lib/ic/c_src/ic.c @@ -149,6 +149,7 @@ void ic_init_ref(CORBA_Environment *env, erlang_ref *ref) { strcpy(ref->node, erl_thisnodename()); + ref->node_org_enc = ERLANG_LATIN1; ref->len = 3; -- cgit v1.2.3