From 0fe69d030b1414ed8cbf4f298a313ebd557a0634 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Sat, 31 Dec 2005 16:57:53 +0000 Subject: removed an uneeded call to strtrim --- src/util/convertdb.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/util') diff --git a/src/util/convertdb.c b/src/util/convertdb.c index 76106860..8cfff629 100644 --- a/src/util/convertdb.c +++ b/src/util/convertdb.c @@ -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 */ -- cgit v1.2.3-24-g4f1b