File: 80_beta.diff

package info (click to toggle)
povray 1%3A3.7.0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 147,232 kB
  • sloc: cpp: 845,011; ansic: 122,118; sh: 34,204; pascal: 6,420; asm: 3,355; ada: 1,681; makefile: 1,388; cs: 879; awk: 590; perl: 245; xml: 95
file content (15 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: povray-3.7.0~beta29/vfe/vfe.cpp
===================================================================
--- povray-3.7.0~beta29.orig/vfe/vfe.cpp	2009-01-15 22:55:24.000000000 +0100
+++ povray-3.7.0~beta29/vfe/vfe.cpp	2009-01-15 22:56:01.000000000 +0100
@@ -744,6 +744,10 @@
     animationProcessing = shared_ptr<AnimationProcessing> (new AnimationProcessing (opts)) ;
     options = animationProcessing->GetFrameRenderOptions () ;
   }
+  
+  // we do not disable beta versions
+  state = kStarting;
+  return true;
 
   // this code may not be removed or modified unless the compilation is for personal
   // use and the binary is not distributed to anyone else.