Roxen.git/
server/
modules/
filesystems/
filesystem.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-03-26
2000-03-26 03:43:24 by Martin Stjernholm <mast@lysator.liu.se>
0fb1b11cc50170f517c93c934f7b2d36ec7fd73d (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed an indexing bug.
Rev: server/modules/filesystems/filesystem.pike:1.76
8:
inherit "roxenlib"; inherit "socket";
-
constant cvs_version= "$Id: filesystem.pike,v 1.
75
2000/03/
23
00
:
37
:
50
mast Exp $";
+
constant cvs_version= "$Id: filesystem.pike,v 1.
76
2000/03/
26
03
:
43
:
24
mast Exp $";
constant thread_safe=1; #include <module.h>
459:
if(!id->misc->internal_get) { if (!QUERY(.files)
-
&& (tmp = (id->not_query/"/")[-1])
+
&&
sizeof
(tmp = (id->not_query/"/")[-1])
&& tmp[0] == '.') { TRACE_LEAVE("Is .-file"); return 0;