summaryrefslogtreecommitdiff
path: root/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'node.c')
-rw-r--r--node.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/node.c b/node.c
index d21e2002b..a452571ff 100644
--- a/node.c
+++ b/node.c
@@ -890,6 +890,9 @@ node_set_translators
ext = put_in_hurd(str);
if(!ext)
return ENOMEM;
+
+ /*move str to the next translator in the list*/
+ str += strlen(str) + 1;
/*TODO: Better argument-parsing?*/