Commit 37d3f354 authored by Claes Sjöfors's avatar Claes Sjöfors

wb command 'build node' always built the first node

parent 2c3d1c0e
......@@ -4642,6 +4642,7 @@ static int wnav_build_func(void* client_data, void* client_flag)
if (str_NoCaseStrcmp(vp[i].p1, namestr) == 0) {
found = 1;
node_type = atoi(vp[i].p6);
vp = &vp[i];
break;
}
}
......
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