comment out a warning
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13562 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+2
-2
@@ -653,8 +653,8 @@ const char * const tofile;
|
|||||||
fromfile);
|
fromfile);
|
||||||
result = symlink(symlinkcontents,
|
result = symlink(symlinkcontents,
|
||||||
toname);
|
toname);
|
||||||
if (result == 0)
|
// if (result == 0)
|
||||||
warning(_("hard link failed, symbolic link used"));
|
//warning(_("hard link failed, symbolic link used"));
|
||||||
ifree(symlinkcontents);
|
ifree(symlinkcontents);
|
||||||
}
|
}
|
||||||
#endif /* HAVE_SYMLINK */
|
#endif /* HAVE_SYMLINK */
|
||||||
|
|||||||
Reference in New Issue
Block a user