Commit 462af72d authored by claes's avatar claes

symbol didn't work properly

parent 1b57ae49
......@@ -1999,7 +1999,8 @@ static int xnav_open_func( void *client_data,
int inputempty;
IF_NOGDH_RETURN;
if ( strncmp( object_str, "*-", 2) == 0 || strncmp( object_str, "$node-", 6) == 0)
if ( strncmp( object_str, "*-", 2) == 0 ||
strncmp( object_str, "$node-", 6) == 0 || strncmp( object_str, "$NODE-", 6) == 0)
{
// Replace * by the node object
sts = gdh_GetNodeObject( 0, &node_objid);
......
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