From 247b9af02bd0d40109cc0ca40116a960c9f530e7 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 15 Jul 2013 14:14:46 +1000 Subject: Do not refer to FlySpray numbers These references to bug numbers assume we will forever be using that bug tracker. It is better to properly comment the code instead (which was done in almost all cases anyway). Signed-off-by: Allan McRae --- src/pacman/sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pacman/sync.c') diff --git a/src/pacman/sync.c b/src/pacman/sync.c index 942f7654..d9df5456 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -648,7 +648,7 @@ static int process_targname(alpm_list_t *dblist, const char *targname, { alpm_pkg_t *pkg = alpm_find_dbs_satisfier(config->handle, dblist, targname); - /* #FS#23342 - skip ignored packages when user says no */ + /* skip ignored packages when user says no */ if(alpm_errno(config->handle) == ALPM_ERR_PKG_IGNORED) { pm_printf(ALPM_LOG_WARNING, _("skipping target: %s\n"), targname); return 0; -- cgit v1.2.3-24-g4f1b