bug in alims for tie instances

This commit is contained in:
Christophe Alexandre 2003-10-28 14:42:05 +00:00
parent e9124e1441
commit ef30f9711b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/* /*
* $Id: util_MBK.c,v 1.3 2003/09/16 10:14:38 jpc Exp $ * $Id: util_MBK.c,v 1.4 2003/10/28 14:42:05 xtof Exp $
* *
* /----------------------------------------------------------------\ * /----------------------------------------------------------------\
* | | * | |
@ -1464,7 +1464,7 @@ extern void addfeed (apLofig, apPhfig)
sigVSS = apLofig->LOSIG; sigVSS = apLofig->LOSIG;
while (sigVSS != NULL) { while (sigVSS != NULL) {
if (isvdd (getsigname (sigVSS))) break; if (isvss (getsigname (sigVSS))) break;
sigVSS = sigVSS->NEXT; sigVSS = sigVSS->NEXT;
} }