fix usage of an uninitialized variable

This commit is contained in:
rlar 2011-07-23 20:02:18 +00:00
parent 2c60f3892c
commit 36666a2991
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
2011-07-23 Robert Larice <>
2011-07-23 Robert Larice
* src/spicelib/analysis/cktsens.c :
fix usage of an uninitialized variable
2011-07-23 Robert Larice
* src/ciderlib/oned/oneprint.c ,
* src/ciderlib/twod/twoprint.c :
use #include <inttypes.h> to platform independent print 'size_t' variables