@ -556,9 +556,9 @@ findsubckt(dico_t *dico, const char * const s)
spice_dstring_init(&ustr);
k_ptr--;
while ((k_ptr >= s) && (*k_ptr <= ' '))
while ((k_ptr - 1 >= s) && (*(k_ptr-1) <= ' '))
j_ptr = k_ptr;