removed an uneeded call to strtrim

This commit is contained in:
Aurelien Foret 2005-12-31 16:57:53 +00:00
parent 922bab599f
commit 0fe69d030b

View file

@ -110,7 +110,6 @@ int main(int argc, char* argv[])
}
fputs("%FILES%\n", fp);
while(fgets(line, 255, db) && strcmp(_alpm_strtrim(line), "")) {
_alpm_strtrim(line);
ptr = line;
/* check for backup designation and frontslashes that shouldn't be there */