pike.git/
lib/
modules/
Calendar.pmod/
TZnames.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2020-05-31
2020-05-31 15:45:27 by Marcus Comstedt <marcus@mc.pp.se>
46c14110cea8703bdf4ce60ffc236b42d6e9a17e (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
7.6::Calendar: Fix failures with PIKE_MODULE_RELOC
32:
{ return raw_zone_tab || (raw_zone_tab = ( master()->master_read_file(
-
combine_path(__FILE__,"..","tzdata/zone.tab")) - "\r"));
+
master()->
combine_path
_with_cwd
(__FILE__,"..","tzdata/zone.tab")) - "\r"));
} protected array(array(string)) parsed_zone_tab=0;