inp_determine_libraries(): can happen at most once

This commit is contained in:
rlar 2013-02-09 19:18:08 +01:00
parent 1d465b80c4
commit 131139f454
1 changed files with 1 additions and 0 deletions

View File

@ -2389,6 +2389,7 @@ inp_determine_libraries(struct line *deck, char *lib_name)
/* see if other libraries referenced */
inp_determine_libraries(libraries[i], y);
}
break;
}
*line = '*'; /* comment out .lib line */
*t = keep_char1;