partially undo commit 2011-12-27 Holger Vogt

This commit is contained in:
h_vogt 2011-12-30 19:53:26 +00:00
parent 7d4802c369
commit 4d35b4ce7b
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
2011-12-30 Holger Vogt
* b4v5dest.c, b4dest.c, b3dest, b3v32.dest : memory leaks reduced
* b3v32... : struct bsim3SizeDependParam --> struct bsim3v32SizeDependParam
* inpcom.c: undo commit from 2011-12-27, lib handling was defect!
2011-12-30 Robert Larice
* inpcom.c :
@ -120,7 +121,7 @@
this was hardwired to $libdir/spice
2011-12-28 Holger Vogt
* cktdest.c, inpsymi.c: reduce memory leaks for command 'reset'
* cktdest.c, inpsymt.c: reduce memory leaks for command 'reset'
bug no. 3229770
2011-12-27 Robert Larice

View File

@ -329,11 +329,11 @@ inp_readall(FILE *fp, struct line **data, int call_depth, char *dir_name, bool c
/* Make the .lib a comment */
*buffer = '*';
} else { /* no lib name given */
} /*else { // no lib name given
fprintf(cp_err, "Warning: library name missing in line\n %s", buffer);
fprintf(cp_err, " File included as: .inc %s\n", s);
memcpy(buffer, ".inc",4);
}
} */
} /* end of .lib handling */