mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-06 20:46:42 +02:00
findsubckt(), fix lvalue
This commit is contained in:
@@ -559,7 +559,7 @@ findsubckt(dico_t *dico, const char * const s)
|
||||
while (((k_ptr - s) >= 0) && (s[(k_ptr - s)] <= ' '))
|
||||
k_ptr--;
|
||||
|
||||
(j_ptr - s) = (int) (k_ptr - s);
|
||||
j_ptr = k_ptr;
|
||||
|
||||
while (((k_ptr - s) >= 0) && (s[(k_ptr - s)] > ' '))
|
||||
k_ptr--;
|
||||
|
||||
Reference in New Issue
Block a user