Code reformatting

This commit is contained in:
Aurelien Foret 2005-03-16 21:56:02 +00:00
parent fe5636cc47
commit d2ce029a58
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ int _alpm_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);