xbps-repo: use list_strings_sep_in_array() for 'list' target.

--HG--
extra : convert_revision : 0f06fdb6172b0ef8e55af44037166508c4c9996b
This commit is contained in:
Juan RP
2009-04-09 12:59:46 +02:00
parent 6ff28f6d79
commit 1a26816aa3
3 changed files with 3 additions and 3 deletions

View File

@@ -229,7 +229,7 @@ main(int argc, char **argv)
usage();
(void)xbps_callback_array_iter_in_repolist(
list_strings_in_array, NULL);
list_strings_sep_in_array, NULL);
} else if ((strcasecmp(argv[0], "rm") == 0) ||
(strcasecmp(argv[0], "remove") == 0)) {