mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-11 07:31:04 -04:00
Code formatting
This commit is contained in:
parent
ad4ab9e50c
commit
6d703ec8cb
@ -51,7 +51,7 @@ int makepath(char *path)
|
|||||||
strcat(full, "/");
|
strcat(full, "/");
|
||||||
strcat(full, ptr);
|
strcat(full, ptr);
|
||||||
if(stat(full, &buf)) {
|
if(stat(full, &buf)) {
|
||||||
if(mkdir(full, 0755)) {
|
if(mkdir(full, 0755)) {
|
||||||
free(orig);
|
free(orig);
|
||||||
umask(oldmask);
|
umask(oldmask);
|
||||||
return(1);
|
return(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user