aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ic/c_src
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2013-01-24 16:26:56 +0100
committerSverker Eriksson <[email protected]>2013-01-24 16:26:56 +0100
commit1919bb75f74db7f7c36ab5237cfa5d5371e047df (patch)
tree3128146f81a0bc4951fbe5f898acc41a3495a6b6 /lib/ic/c_src
parentdbe123595470b7210b89db2b513e3482c987ed41 (diff)
downloadotp-1919bb75f74db7f7c36ab5237cfa5d5371e047df.tar.gz
otp-1919bb75f74db7f7c36ab5237cfa5d5371e047df.tar.bz2
otp-1919bb75f74db7f7c36ab5237cfa5d5371e047df.zip
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.
Diffstat (limited to 'lib/ic/c_src')
-rw-r--r--lib/ic/c_src/ic.c1
1 files changed, 1 insertions, 0 deletions
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;