浏览代码

Small hack to fix zip list.

Toni Fadjukoff 13 年前
父节点
当前提交
f3cdb7c619
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      juvenes.pl

+ 4 - 0
juvenes.pl 查看文件

129
     if ($token->[1] eq $day_names[0]) {
129
     if ($token->[1] eq $day_names[0]) {
130
       $parse_func = \&parse_more_food;
130
       $parse_func = \&parse_more_food;
131
     }
131
     }
132
+    elsif ($token->[1] eq $day_names[1]) {
133
+      finish_day();
134
+      $parse_func = \&parse_more_food;
135
+    }
132
   }
136
   }
133
 }
137
 }
134
 
138