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
This commit is contained in:
Jérôme Duval 2007-02-21 20:16:44 +00:00
parent eedc3d0be0
commit df6c6990ed

View File

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