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:
stefanjones 2003-08-28 10:34:00 +00:00
parent 694928f742
commit 6cd27b2273
1 changed files with 2 additions and 0 deletions

View File

@ -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 */