From f0f2ed47e265ca01dea3b8a217afc8b45690fc5e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 31 Aug 2003 14:34:25 +0000 Subject: resolv ed conbflict git-svn-id: file:///home/lennart/svn/public/syrep/trunk@17 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- src/update.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/update.c') diff --git a/src/update.c b/src/update.c index e0e7f9c..0c65d4c 100644 --- a/src/update.c +++ b/src/update.c @@ -149,8 +149,7 @@ static int iterate_dir(struct syrep_db_context *c, struct syrep_md_cache *cache, goto finish; } - if (args.progress_flag) - rotdash(); + rotdash(); snprintf(p, sizeof(p), "%s/%s", root, de->d_name); @@ -226,8 +225,7 @@ int update(struct syrep_db_context *c, struct syrep_md_cache *cache) { if (iterate_dir(c, cache, version, ".") < 0) return -1; - if (args.progress_flag) - rotdash_hide(); + rotdash_hide(); if (new_version(c, version, now) < 0) return -1; -- cgit