]> andersk Git - moira.git/commitdiff
Years apparently now flip in June, not July.
authorzacheiss <zacheiss>
Wed, 17 Jun 2009 15:43:06 +0000 (15:43 +0000)
committerzacheiss <zacheiss>
Wed, 17 Jun 2009 15:43:06 +0000 (15:43 +0000)
regtape/student.pc

index 57ecc7f3122b9bc044158ae50b117a855876bedd..e70eba01bc73e8aa614e6bcbe0d499160de7669f 100644 (file)
@@ -180,7 +180,7 @@ struct entry *get_next_entry(FILE *in)
       gettimeofday(&tv, NULL);
       tm = localtime(&tv.tv_sec);
       nyear = tm->tm_year;
-      if (tm->tm_mon > 5)
+      if (tm->tm_mon >= 5)
        nyear++;
     }
 
This page took 0.061758 seconds and 5 git commands to generate.