INPgetNetTok();
Added if (*point == ')') break; to deal with a tf analysis net read in problem. By Paolo Nenzi <p.nenzi@ieee.org>
This commit is contained in:
parent
694928f742
commit
6cd27b2273
|
|
@ -176,6 +176,8 @@ int INPgetNetTok(char **line, char **token, int gobble)
|
|||
break;
|
||||
if (*point == ',')
|
||||
break;
|
||||
if (*point == ')')
|
||||
break;
|
||||
}
|
||||
|
||||
/* now copy found token into *token */
|
||||
|
|
|
|||
Loading…
Reference in New Issue