2001-08-16
2001-08-16 15:27:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
328277e45025af42e520e4c806753cfa5d24a94d
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 5.2
Bugfix.
Rev: server/modules/filesystems/filesystem.pike:1.107
7:
inherit "module";
inherit "socket";
- constant cvs_version= "$Id: filesystem.pike,v 1.106 2001/08/16 15:26:28 grubba Exp $";
+ constant cvs_version= "$Id: filesystem.pike,v 1.107 2001/08/16 15:27:05 grubba Exp $";
constant thread_safe=1;
#include <module.h>
489: Inside #if constant(system.normalize_path)
#if constant(system.normalize_path)
if (!has_prefix(norm_f, normalized_path) &&
#ifdef __NT__
- (norm_f+"/" != normalized_path)
+ (norm_f+"\\" != normalized_path)
#else /* !__NT__ */
(norm_f+"/" != normalized_path)
#endif /* __NT__ */