From: Douglas Bagnall Date: Tue, 16 Nov 2021 20:47:18 +0000 (+1300) Subject: lib/replace/timegm: use utf-8 X-Git-Tag: ldb-2.5.0~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2868b8036498e7fa0c7ae3615f5d97b42b360da2;p=thirdparty%2Fsamba.git lib/replace/timegm: use utf-8 Signed-off-by: Douglas Bagnall Reviewed-by: Ralph Boehme Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Wed Nov 17 05:27:39 UTC 2021 on sn-devel-184 --- diff --git a/lib/replace/timegm.c b/lib/replace/timegm.c index 395c684e117..93263a2d182 100644 --- a/lib/replace/timegm.c +++ b/lib/replace/timegm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997 Kungliga Tekniska Högskolan + * Copyright (c) 1997 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * diff --git a/python/samba/tests/source_chars.py b/python/samba/tests/source_chars.py index e09919b1856..f60dc5899af 100644 --- a/python/samba/tests/source_chars.py +++ b/python/samba/tests/source_chars.py @@ -140,7 +140,6 @@ def is_latin1_file(name): r'^source4/heimdal/lib/asn1/asn1-template.h$', r'^source4/heimdal/lib/asn1/gen_template.c$', r'^source4/heimdal/lib/hdb/hdb-keytab.c$', - r'^lib/replace/timegm.c$', ): if re.match(pattern, name): return True