defsubckt(), constness

This commit is contained in:
rlar 2016-05-08 18:42:39 +02:00
parent 27884d2512
commit dbcbf62012
1 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,7 @@ defsubckt(dico_t *dico, struct card *card, nupa_type categ)
to enter subcircuit (categ=U) and model (categ=O) names
*/
{
char *s = card->line;
const char * const s = card->line;
int w = card->linenum;
bool err;