Skip to content
Snippets Groups Projects
Commit 4085ff83 authored by Mirar (Pontus Hagland)'s avatar Mirar (Pontus Hagland)
Browse files

bug in timezone parser fixed (Europe/Paris affected)

Rev: lib/modules/Calendar.pmod/Timezone.pmod:1.11
parent 48e49a08
No related branches found
No related tags found
No related merge requests found
......@@ -965,7 +965,6 @@ class Runtime_timezone_compiler
z->add(b);
foreach (q/"\n",string line)
{
werror("%O\n",line);
if (sscanf(line,"%*[ \t]%[-0-9]%s",a,b)==3 && strlen(a))
z->add(a+b);
else if (sscanf(line,"%*[ ]#%*s")<2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment