From df4d27d7532268a278668983fe11c7f1d384227e Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 19 Nov 2004 11:09:55 +0000 Subject: fixing upload error - template parser also ok --- template.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'template.h') diff --git a/template.h b/template.h index a3019828..604c317b 100644 --- a/template.h +++ b/template.h @@ -23,7 +23,9 @@ struct templateEntry { char *pConstant; /* pointer to constant value */ int iLenConstant; /* its length */ } constant; - char *pPropRepl; /* pointer to property replacer string */ + struct { + char *pPropRepl; /* pointer to property replacer string */ + } field; } data; }; -- cgit