From 04bd0df6ac13d65c49be474b188c9563234bde92 Mon Sep 17 00:00:00 2001 From: Michael Meskes Date: Wed, 23 Aug 2006 13:57:27 +0000 Subject: [PATCH] Somehow my version compiled but the change didn't make it to CVS. --- src/interfaces/ecpg/ecpglib/descriptor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/ecpg/ecpglib/descriptor.c b/src/interfaces/ecpg/ecpglib/descriptor.c index d1d2822185..46119c1cb3 100644 --- a/src/interfaces/ecpg/ecpglib/descriptor.c +++ b/src/interfaces/ecpg/ecpglib/descriptor.c @@ -520,7 +520,7 @@ ECPGset_desc(int lineno, const char *desc_name, int index,...) { case ECPGd_data: { - if (!ECPGstore_input(lineno, true, var, &tobeinserted, &malloced)) + if (!ECPGstore_input(lineno, true, var, &tobeinserted, &malloced, false)) { ECPGfree(var); return false; -- 2.39.5