1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-12-06 17:11:50 +00:00

symlink work

SCCS-file: zic.c
SCCS-SID: 8.8
This commit is contained in:
Arthur David Olson
2006-12-07 11:00:14 -05:00
committed by Paul Eggert
parent 2da5fe077d
commit 3c50e3222c

2
zic.c
View File

@ -675,7 +675,7 @@ const char * const tofile;
"../");
symlinkcontents =
ecatalloc(symlinkcontents,
fromfile);
fromname);
result = symlink(symlinkcontents,
toname);
if (result == 0)