make argument to cwd() const
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25141 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1757,7 +1757,7 @@ done:
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
cwd(char *path)
|
cwd(const char *path)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (chdir(path) < 0)
|
if (chdir(path) < 0)
|
||||||
|
Reference in New Issue
Block a user