зеркало из https://github.com/mozilla/pjs.git
Remove c++ comment
This commit is contained in:
Родитель
ccc48fa6c7
Коммит
f3c1f066e7
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче