Remove c++ comment

git-svn-id: svn://10.0.0.236/trunk@107436 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2001-11-06 06:01:59 +00:00
parent e280789a88
commit 49044f9a3a

View File

@@ -315,7 +315,7 @@ copydir( char *from, char *to, mode_t mode, char *group, char *owner,
base = xbasename(from);
// create destination directory
/* create destination directory */
destdir = xmalloc((unsigned int)(strlen(to) + 1 + strlen(base) + 1));
sprintf(destdir, "%s%s%s", to, _DIRECTORY_SEPARATOR, base);
if (mkdirs(destdir, mode) != 0) {