findsubckt(), fix lvalue

This commit is contained in:
rlar 2017-11-18 18:26:01 +01:00
parent b3c40a77cf
commit 51405f8ee7
1 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,7 @@ findsubckt(dico_t *dico, const char * const s)
while ((k_ptr - 1 >= s) && (*(k_ptr-1) <= ' '))
k_ptr--;
name_e - 1 = k_ptr - 1;
name_e = k_ptr;
while ((k_ptr - 1 >= s) && (*(k_ptr-1) > ' '))
k_ptr--;