file_util.c cleanups. Remove redundant str_chomp from str_util.c.
[oweals/opkg-lede.git] / libopkg / pkg.c
index 111ac7a5ed6bed339bae3ac88980654b4b7b9636..58e92a02629186abd1f327cfaee7d760ad10167e 100644 (file)
@@ -1184,7 +1184,6 @@ pkg_get_installed_files(opkg_conf_t *conf, pkg_t *pkg)
          if (line == NULL) {
               break;
          }
-         str_chomp(line);
          file_name = line;
 
          if (pkg->state_status == SS_NOT_INSTALLED || pkg->dest == NULL) {