Fix bug in fprintf
This commit is contained in:
parent
b034332e84
commit
f3eb46e76d
|
|
@ -1053,7 +1053,7 @@ static char *get_terminal_name(char* element, char *numberstr, NGHASHPTR instanc
|
|||
char* instline = xcard->line;
|
||||
char* inst = gettok(&instline);
|
||||
fprintf(stderr, "Instance '%s' does not have an corresponding subcircuit '%s'!\n", inst, subcktname);
|
||||
fprintf(stderr, " Is the model missing? .probe cannot determine subcircuit pin names.\n", inst);
|
||||
fprintf(stderr, " Is the model missing? .probe cannot determine subcircuit pin names.\n");
|
||||
tfree(subcktname);
|
||||
tfree(inst);
|
||||
return tprintf("n%s", numberstr);
|
||||
|
|
|
|||
Loading…
Reference in New Issue