Fix uninitialized variable in book code
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 7 Oct 2010 09:59:33 +0000 (11:59 +0200)
committerArun Persaud <arun@nubati.net>
Fri, 8 Oct 2010 02:30:11 +0000 (19:30 -0700)
commitceba1a500dfca7b4fb7d074083991cefc5a3cf36
treed9bac54865a1516ec6d5e36008545c300bd9f09a
parent857449ff285e17ae5dcce9325d516616d9b629a2
Fix uninitialized variable in book code

The variable ' power' was used uninitialized in case -bookVariation was
set to 0, which can be an error even if it was only multiplied by zero.
book.c