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

View file

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