X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fexpand.c;h=702faabe82dc515eba4d593b019ddd1f056e7423;hb=33191679e1a86ba6d9c38a74d0795d00c300f2c5;hp=7adf673afc01c1eb0b9883e912bd4c318baed0dd;hpb=71265ae92dbf3153c8d4803d1621a5aad70250ef;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/expand.c b/src/src/expand.c index 7adf673af..702faabe8 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -5506,8 +5506,8 @@ while (*s != 0) goto EXPAND_FAILED; } - if (lookup_list[n].quote != NULL) - sub = (lookup_list[n].quote)(sub, opt); + if (lookup_list[n]->quote != NULL) + sub = (lookup_list[n]->quote)(sub, opt); else if (opt != NULL) sub = NULL; if (sub == NULL)