pacman should work without its configuration file!

This commit is contained in:
Aurelien Foret 2005-10-10 15:04:25 +00:00
parent 6b7b9787d5
commit 75800d4ec2
1 changed files with 1 additions and 2 deletions

View File

@ -56,8 +56,7 @@ int parseconfig(char *file)
fp = fopen(file, "r");
if(fp == NULL) {
perror(file);
return(1);
return(0);
}
while(fgets(line, PATH_MAX, fp)) {