POV-Ray : Newsgroups : povray.beta-test : Underlinking problem (second post) : Re: Underlinking problem (second post) Server Time
28 Jul 2024 12:31:29 EDT (-0400)
  Re: Underlinking problem (second post)  
From: clipka
Date: 7 Jan 2009 11:10:01
Message: <web.4964d359751d41f6bdc576310@news.povray.org>

> 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
;)


Post a reply to this message

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