X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Flss.c;h=55df5775e391a17e948a4ecce1bac3872b7b15cf;hb=refs%2Fheads%2Ffix_isis_typos;hp=167522d2f1900fb3eae847008e9e78787317cd85;hpb=e8a25e05698e39a45cf5f188476808ef3609dbdd;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/lss.c b/src/src/lss.c index 167522d2f..55df5775e 100644 --- a/src/src/lss.c +++ b/src/src/lss.c @@ -4,6 +4,7 @@ /* Copyright (c) University of Cambridge 1995 - 2015 */ /* See the file NOTICE for conditions of use and distribution. */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* Support functions for calling from local_scan(). These are mostly just wrappers for various internal functions. */ @@ -133,9 +134,9 @@ A zero is added on to the end to make it easy in cases where the result is to be interpreted as text. This is not included in the count. */ int -lss_b64decode(uschar *code, uschar **ptr) +lss_b64decode(uschar * code, uschar ** ptr) { -return b64decode(code, ptr); +return b64decode(code, ptr, code); }