1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-21 23:38:49 -05:00

Code reformatting

This commit is contained in:
Aurelien Foret 2005-03-16 21:56:02 +00:00
parent fe5636cc47
commit d2ce029a58

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);