From 3f1cca11b0d21c2a2d720702d4ee1fdd707a8b96 Mon Sep 17 00:00:00 2001 From: Frederic Petrot Date: Thu, 2 May 2002 12:19:36 +0000 Subject: [PATCH] Updating an error message --- alliance/src/genlib/src/genlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alliance/src/genlib/src/genlib.c b/alliance/src/genlib/src/genlib.c index 1516a33e..4478bad3 100644 --- a/alliance/src/genlib/src/genlib.c +++ b/alliance/src/genlib/src/genlib.c @@ -3458,7 +3458,7 @@ ptype_list *p = getptype(WORK_LOFIG->USER, LOGEN); if (type != INTEGER_GEN && type != STRING_GEN) { (void)fflush(stdout); (void)fputs("*** genlib error ***\n", stderr); - (void)fprintf(stderr, "Illegal SETLOGEN: unsupported generic type\n"); + (void)fprintf(stderr, "Illegal LOGEN: unsupported generic type\n"); EXIT(1); } ((logen_list *)p->DATA)->TYPE = type;