Code formatting

This commit is contained in:
Aurelien Foret 2005-03-16 21:52:49 +00:00
parent ad4ab9e50c
commit 6d703ec8cb
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ int makepath(char *path)
strcat(full, "/");
strcat(full, ptr);
if(stat(full, &buf)) {
if(mkdir(full, 0755)) {
if(mkdir(full, 0755)) {
free(orig);
umask(oldmask);
return(1);