POV-Ray : Newsgroups : povray.beta-test : Underlinking problem (second post) : Re: Underlinking problem (second post) Server Time
28 Jul 2024 12:26:44 EDT (-0400)
  Re: Underlinking problem (second post)  
From:
Date: 7 Jan 2009 12:20:00
Message: <web.4964e31a751d41f69335918f0@news.povray.org>
"clipka" <nomail@nomail> wrote:

> > diff -Naup ./vfe/unix/unixconsole.cpp~ ./vfe/unix/unixconsole.cpp
> > --- ./vfe/unix/unixconsole.cpp~ 2008-10-08 01:06:27.000000000 +0200
> > +++ ./vfe/unix/unixconsole.cpp  2009-01-07 15:21:05.000000000 +0100
> > @@ -254,7 +254,7 @@ void PrintStatusChanged (vfeSession *ses
> >
> >  void PrintBeta(int argc, char **argv)
> >  {
> > -       const int sph = 3600, spd = 86400, spw = 604800;
> > +  /*   const int sph = 3600, spd = 86400, spw = 604800;
> >         time_t current_time = time(NULL);
> >
> >         if (current_time > EXPIRE_AT)
> > @@ -295,7 +295,7 @@ void PrintBeta(int argc, char **argv)
> >         fprintf(stderr,
> >                 "%s: this pre-release version of POV-Ray for Unix expires in %d
> > day(s) and %d hour(s)\n",
> >                 PACKAGE, current_time/spd, (current_time % spd)/sph
> > -       );
> > +               );*/
> >  }
> >
> >  void PrintVersion(void)
> >
>
> This one seems to be the only dupe... and seems to fix a totally different issue
> ;)

Right, i just forgot i tried to hack the "expired issue", just before seing
there is the --beta-code option :-)


Post a reply to this message

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