Commit 27ffa6a2 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Re-add fix from 9f50c4bd, which

was lost in f2abaf86.
parent 746f8394
......@@ -70,7 +70,7 @@ while (getline > 0) {
l_prefix_parent[n] = prefix;
l_prefix_suffix[n] = sequence[i];
if (!l_prefix_name[n])
l_prefix_name[n] = "teken_state_" ++npr;
l_prefix_name[n] = "teken_state_" "" ++npr;
prefix = n;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment