summaryrefslogtreecommitdiffstats
path: root/src/diff.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-08-31 14:34:25 +0000
committerLennart Poettering <lennart@poettering.net>2003-08-31 14:34:25 +0000
commitf0f2ed47e265ca01dea3b8a217afc8b45690fc5e (patch)
treedad67a133464335dc96622552c7b039131137832 /src/diff.c
parent4c3f7894b1e9d48d76eccc382eea93a8ba9b74e9 (diff)
resolv ed conbflict
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@17 07ea20a6-d2c5-0310-9e02-9ef735347d72
Diffstat (limited to 'src/diff.c')
-rw-r--r--src/diff.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/diff.c b/src/diff.c
index 54185b2..8338be9 100644
--- a/src/diff.c
+++ b/src/diff.c
@@ -81,7 +81,6 @@ static int foreach(DB *ddb, struct syrep_db_context *c1, struct syrep_db_context
if ((md2_valid = get_current_md_by_name(c2, name, &md2)) < 0)
return -1;
-
//fprintf(stderr, "FOREACH %i %i %s\n", md1_valid, md2_valid, name->path);
if (md1_valid && md2_valid) {
@@ -196,6 +195,8 @@ static int enumerate(DB *ddb, struct syrep_db_context *c1, struct syrep_db_conte
fprintf(stderr, "foreach() failed\n");
goto finish;
}
+
+ rotdash();
}
@@ -234,6 +235,8 @@ DB* make_diff(struct syrep_db_context *c1, struct syrep_db_context *c2) {
if (enumerate(ddb, c2, c1) < 0)
goto finish;
+ rotdash_hide();
+
return ddb;
finish: