pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
1997-11-17
1997-11-17 03:23:14 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
2b5d7fd2c195a4e8d87979ec60dd3a7dbc80f039 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
combine_path fixed
Rev: src/builtin_functions.c:1.58
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
57
1997/11/
13
22
:
13
:
28
hubbe Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
58
1997/11/
17
03
:
23
:
14
hubbe Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
460:
to++; }
-
if(*
cwd
&& from[-1]!='/' &&
*ret && ret
[-1]=='/')
+
if(*
ret
&& from[-1]!='/' &&
to
[-1]=='/')
*--to=0; if(!*ret)