mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
Merge pull request #40 in FS/freeswitch from ~RTRELEAVEN/freeswitch-fs-4762:fs-4762 to master
* commit '9d9feb647a219af467514116824d80ca608fbf4c': make the tzfile header check look for "TZif" instead of "TZif2"
This commit is contained in:
commit
794f09bba0
@ -55,7 +55,7 @@ foreach my $name ( sort( keys(%name_to_file) ) ) {
|
|||||||
my $data = join( "", <$in> );
|
my $data = join( "", <$in> );
|
||||||
close($in);
|
close($in);
|
||||||
|
|
||||||
if ( $data !~ /^TZif2/o ) {
|
if ( $data !~ /^TZif/o ) {
|
||||||
$debug && print "Skipped $file\n";
|
$debug && print "Skipped $file\n";
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user