|
From: William K. V. <wk...@us...> - 2005-07-20 11:43:50
|
In array.xml there is this fragment:
<Variables>
<Variable name="bo" value="2+3" type="expression"/>
</Variables>
Which appears to be causing this message from pcode.c
Variable Resolution: Assuming 0 value because rval is ERROR or NONE
Due to the "amount" portion not being valid. I don't recall
seeing this before, CVS update was done this evening, code was
introduced:
2005-07-19 Bob Doan <bd...@si...>
* configure.in: 1.3.5
* libsrc/pcode.c: Tweek the compiler again / Make variables less
picky and not crash on error
Is this doing what you expected?
|