|
|
On Fri, 25 Jan 2002 00:04:02 -0500, Mark Wagner wrote:
> The "reallocing finite" message is a status message being printed by the
> bounding box code. In this situation, it is printing out properly, and
> stating that it is resizing an array to contain 763 items.
Unfortunately, it's resizing an array that the caller passed by value, and
that the caller still wanted to use. When the caller tries to use the
now-invalid pointer, boom!
Fixed in the next beta, BTW.
--
#local R=<7084844682857967,0787982,826975826580>;#macro L(P)concat(#while(P)chr(
mod(P,100)),#local P=P/100;#end"")#end background{rgb 1}text{ttf L(R.x)L(R.y)0,0
translate<-.8,0,-1>}text{ttf L(R.x)L(R.z)0,0translate<-1.6,-.75,-1>}sphere{z/9e3
4/26/2001finish{reflection 1}}//ron.parker@povray.org My opinions, nobody else's
Post a reply to this message
|
|