Roxen.git/
server/
modules/
filesystems/
filesystem.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-05-26
1998-05-26 08:41:08 by Per Hedbor <ph@opera.com>
f2a51cc63e95f707753bd7c7f4af1d88f99daf33 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed for NT
Rev: server/modules/filesystems/filesystem.pike:1.41
8:
inherit "roxenlib"; inherit "socket";
-
constant cvs_version= "$Id: filesystem.pike,v 1.
40
1998/05/
20
07
:
43
:
03
neotron
Exp $";
+
constant cvs_version= "$Id: filesystem.pike,v 1.
41
1998/05/
26
08
:
41
:
08
per
Exp $";
constant thread_safe=1;
632:
/* Clear the stat-cache for this file */ #ifdef __NT__
-
if(movefrom[-1] == '/')
-
movefrom = move_from[..strlen(movefrom)-2];
+
//
if(movefrom[-1] == '/')
+
//
movefrom = move_from[..strlen(movefrom)-2];
#endif if (stat_cache) { cache_set("stat_cache", movefrom, 0);