From 54b0272352e36b031b2c549860a0bb26fb616c40 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Wed, 20 Nov 2002 16:05:42 +0000 Subject: [PATCH] must precede (to make metadata inversion easier) --- helm/metadata/create_V7_mowgli/METADATA/sthandler.c | 2 +- helm/metadata/create_V7_mowgli/METADATA/sthandler_ind.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/metadata/create_V7_mowgli/METADATA/sthandler.c b/helm/metadata/create_V7_mowgli/METADATA/sthandler.c index b6f64a068..e26569fcd 100644 --- a/helm/metadata/create_V7_mowgli/METADATA/sthandler.c +++ b/helm/metadata/create_V7_mowgli/METADATA/sthandler.c @@ -326,8 +326,8 @@ print_mainconcl(about,outrel,outsort,uri,depth) { printf("\t\t"); printf("\n\t\t\t\t"); - printf("\n\t\t\t\t",uri); printf("\n\t\t\t\t%d",depth); + printf("\n\t\t\t\t",uri); printf("\n\t\t\n"); } } diff --git a/helm/metadata/create_V7_mowgli/METADATA/sthandler_ind.c b/helm/metadata/create_V7_mowgli/METADATA/sthandler_ind.c index 3f391a79e..a6e3a04af 100644 --- a/helm/metadata/create_V7_mowgli/METADATA/sthandler_ind.c +++ b/helm/metadata/create_V7_mowgli/METADATA/sthandler_ind.c @@ -329,8 +329,8 @@ print_mainconcl(about,out,outrel,outsort,uri,depth) { fprintf(out,"\t\t"); fprintf(out,"\n\t\t\t\t"); - fprintf(out,"\n\t\t\t\t",uri); fprintf(out,"\n\t\t\t\t%d",depth); + fprintf(out,"\n\t\t\t\t",uri); fprintf(out,"\n\t\t\n"); } } -- 2.39.2