very interesting bug: ... all nets are clock ... except ck .
This commit is contained in:
parent
5034bb029d
commit
5e7e9bfeb7
|
@ -28,7 +28,7 @@
|
||||||
* Modified by Czo <Olivier.Sirol@lip6.fr> 1997,98
|
* Modified by Czo <Olivier.Sirol@lip6.fr> 1997,98
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ident "$Id: mbk_util.c,v 1.4 2003/10/20 08:55:22 xtof Exp $"
|
#ident "$Id: mbk_util.c,v 1.5 2003/10/20 10:04:39 xtof Exp $"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -748,7 +748,7 @@ int isck(char *name)
|
||||||
if (!name || !CK)
|
if (!name || !CK)
|
||||||
return 0;
|
return 0;
|
||||||
else
|
else
|
||||||
if (strcmp(name, CK))
|
if (!strcmp(name, CK))
|
||||||
return 1;
|
return 1;
|
||||||
else
|
else
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue