From df6c6990ed5974c96ce25afcc42dd9d5a6d327fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 21 Feb 2007 20:16:44 +0000 Subject: [PATCH] this fix provided in tzcode2007a is wrong, as noticed by BGA symlinks are now correct on BeOS git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20190 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/zic/zic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/zic/zic.c b/src/bin/zic/zic.c index 997899f7e5..8398a55721 100644 --- a/src/bin/zic/zic.c +++ b/src/bin/zic/zic.c @@ -675,7 +675,7 @@ const char * const tofile; "../"); symlinkcontents = ecatalloc(symlinkcontents, - fromname); + fromfile); result = symlink(symlinkcontents, toname); // if (result == 0)