devmodtranslate, mark a possible bug

This commit is contained in:
rlar 2012-03-25 11:55:10 +02:00
parent fa2212b305
commit 45f6b7b1dd
1 changed files with 1 additions and 0 deletions

View File

@ -1962,6 +1962,7 @@ devmodtranslate(struct line *deck, char *subname)
/* Now, is this a subcircuit model? */
for (wlsub = submod; wlsub; wlsub = wlsub->wl_next) {
/* FIXME, probably too unspecific */
int i = (int) strlen(wlsub->wl_word);
int j = 0; /* Now, have we a binned model? */
char* dot_char;