Kaynağa Gözat

Small hack to fix zip list.

Toni Fadjukoff 12 yıl önce
ebeveyn
işleme
f3cdb7c619
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      juvenes.pl

+ 4 - 0
juvenes.pl Dosyayı Görüntüle

@@ -129,6 +129,10 @@ sub parse_monday {
129 129
     if ($token->[1] eq $day_names[0]) {
130 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