1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

lib/replace/timegm: use utf-8

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Ralph Boehme <slow@samba.org>

Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Wed Nov 17 05:27:39 UTC 2021 on sn-devel-184
This commit is contained in:
Douglas Bagnall 2021-11-17 09:47:18 +13:00 committed by Ralph Boehme
parent 039f876c4e
commit 2868b80364
2 changed files with 1 additions and 2 deletions

View File

@ -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.
*

View File

@ -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