pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-01-23
2001-01-23 07:08:28 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
e49e54a3ad938ea555174a949b0dec034f90628b (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix for NT
Rev: lib/master.pike.in:1.142
1:
/* -*- Pike -*- *
-
* $Id: master.pike.in,v 1.
141
2001/01/
19
14
:
06
:
07
mirar
Exp $
+
* $Id: master.pike.in,v 1.
142
2001/01/
23
07
:
08
:
28
hubbe
Exp $
* * Master-file for Pike. *
59:
{ #ifdef __NT__ p=replace(p,"\\","/");
-
if(sscanf(p,"%[a-zA-Z]:",string s) && sizeof(s)==1)
+
if(sscanf(p,"%[a-zA-Z]:
%*c
",string s)
==2
&& sizeof(s)==1)
return 1; #define IS_ABSOLUTE_PATH is_absolute_path #else