Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 255176
Collapse All | Expand All

(-)vfe/vfe.cpp (-3 / +3 lines)
Lines 747-755 Link Here
747
747
748
  // this code may not be removed or modified unless the compilation is for personal
748
  // this code may not be removed or modified unless the compilation is for personal
749
  // use and the binary is not distributed to anyone else.
749
  // use and the binary is not distributed to anyone else.
750
  xtime_get(&t, TIME_UTC);
750
  // xtime_get(&t, TIME_UTC);
751
  if (t.sec > 1230760800)
751
  // if (t.sec > 1230760800)
752
    throw POV_EXCEPTION(kCannotHandleRequestErr, "Please obtain an updated version of this application.");
752
  //   throw POV_EXCEPTION(kCannotHandleRequestErr, "Please obtain an updated version of this application.");
753
753
754
  state = kStarting;
754
  state = kStarting;
755
755

Return to bug 255176