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:
+1
-1
@@ -675,7 +675,7 @@ const char * const tofile;
|
|||||||
"../");
|
"../");
|
||||||
symlinkcontents =
|
symlinkcontents =
|
||||||
ecatalloc(symlinkcontents,
|
ecatalloc(symlinkcontents,
|
||||||
fromname);
|
fromfile);
|
||||||
result = symlink(symlinkcontents,
|
result = symlink(symlinkcontents,
|
||||||
toname);
|
toname);
|
||||||
// if (result == 0)
|
// if (result == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user