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:
parent
039f876c4e
commit
2868b80364
@ -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.
|
||||
*
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user