Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-09-05
2001-09-05 14:36:33 by Per Hedbor <ph@opera.com>
6fd56d30546e75c71bca3d793654a08ce7937ff1 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Oops. Set the ATIME, not the MTIME.
Rev: server/base_server/roxen.pike:1.729
6:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
728
2001/09/05 14:
28
:
00
per Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
729
2001/09/05 14:
36
:
33
per Exp $";
// The argument cache. Used by the image cache. ArgCache argcache;
2870:
if( !(res = restore( na,id )) ) error("Draw callback did not generate any data\n"); }
-
res->stat = ({ 0, 0, 900000000, 0, 0, 0, 0, 0 });
+
res->stat = ({ 0, 0,
0,
900000000, 0, 0, 0, 0, 0 });
id->misc->cacheable = INITIAL_CACHEABLE; return res; }