Roxen.git/
server/
modules/
filesystems/
filesystem.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-24
1998-04-24 09:30:00 by Per Hedbor <ph@opera.com>
f2e1da31e184a28c0830ca9fdc95e8915ccde9cc (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed bug in NT fix
Rev: server/modules/filesystems/filesystem.pike:1.33
8:
inherit "roxenlib"; inherit "socket";
-
constant cvs_version= "$Id: filesystem.pike,v 1.
32
1998/04/24 09:
14
:
26
per Exp $";
+
constant cvs_version= "$Id: filesystem.pike,v 1.
33
1998/04/24 09:
30
:
00
per Exp $";
constant thread_safe=1;
298:
int size; string tmp; string oldf = f;
+
f = path + f;
#ifdef __NT__ if(f[-1]=='/') f = f[..strlen(f)-2]; #endif
-
size = FILE_SIZE( f
= path + f
);
+
size = FILE_SIZE( f );
switch(id->method) {