POV-Ray : Newsgroups : povray.beta-test : strings.inc bug Server Time
30 Jul 2024 18:17:45 EDT (-0400)
  strings.inc bug (Message 1 to 2 of 2)  
From: Redbeard (MDJohnson)
Subject: strings.inc bug
Date: 16 Oct 2001 23:49:08
Message: <3bccffb4@news.povray.org>
The macro Str(...) in strings.inc incorrectly uses vstr(...) instead of str(...)

Michael
--
camera{location<8,20>look_at<6,0,4>}light_source{<8,8>rgb 1}difference{union{
#macro M(D,J)#local R=asc(substr(D,J,1))-32;<div(R,10)*2,mod(R,10)>#end#macro
E(D,B,R)prism{-D,4+D,R#local C=1;#while(C<R+1)M(B,C)#local C=C+1;#end}#end E(
0," (2:FPKAD80* U_dZU"18)sphere{2,2}#macro T(N)cylinder{<9,-N,3><9,4+N,3>3-N}
#end T(0)}T(2)E(1"45LNXUK4"8)pigment{rgb x+y/2}}//(c)2001 MDJohnson(Redbeard)


Post a reply to this message

From: Rune
Subject: Re: strings.inc bug
Date: 18 Oct 2001 12:58:41
Message: <3bcf0a41@news.povray.org>
"Redbeard (MDJohnson)" wrote:
> The macro Str(...) in strings.inc incorrectly
> uses vstr(...) instead of str(...)

Thanks. I fixed this over a month ago, but must have forgotten to upload the
fixed file...

Rune


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.