removed an uneeded call to strtrim
This commit is contained in:
parent
922bab599f
commit
0fe69d030b
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ int main(int argc, char* argv[])
|
||||||
}
|
}
|
||||||
fputs("%FILES%\n", fp);
|
fputs("%FILES%\n", fp);
|
||||||
while(fgets(line, 255, db) && strcmp(_alpm_strtrim(line), "")) {
|
while(fgets(line, 255, db) && strcmp(_alpm_strtrim(line), "")) {
|
||||||
_alpm_strtrim(line);
|
|
||||||
ptr = line;
|
ptr = line;
|
||||||
|
|
||||||
/* check for backup designation and frontslashes that shouldn't be there */
|
/* check for backup designation and frontslashes that shouldn't be there */
|
||||||
|
|
Loading…
Add table
Reference in a new issue