mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-29 01:04:55 +02:00
line 908 set i=0
This commit is contained in:
@@ -905,6 +905,7 @@ com_alter_common(wordlist *wl, int do_model)
|
||||
while(wl){
|
||||
argument = wl->wl_word;
|
||||
/* searching for '=' ... */
|
||||
i = 0;
|
||||
while(argument[i]!='=' && argument[i]!='\0'){
|
||||
i++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user