defsubckt(), constness

This commit is contained in:
rlar
2018-02-17 19:15:54 +01:00
parent 27884d2512
commit dbcbf62012
+1 -1
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;