Index: trunk/BNC/RTCM3/rtcm3torinex.c
===================================================================
--- trunk/BNC/RTCM3/rtcm3torinex.c	(revision 1820)
+++ trunk/BNC/RTCM3/rtcm3torinex.c	(revision 1822)
@@ -1,5 +1,5 @@
 /*
   Converter for RTCM3 data to RINEX.
-  $Id: rtcm3torinex.c,v 1.21.2.1 2008/12/18 12:45:53 mervart Exp $
+  $Id: rtcm3torinex.c,v 1.22 2008/12/19 10:16:59 mervart Exp $
   Copyright (C) 2005-2008 by Dirk Stöcker <stoecker@alberding.eu>
 
@@ -55,5 +55,5 @@
 
 /* CVS revision and version */
-static char revisionstr[] = "$Revision: 1.21.2.1 $";
+static char revisionstr[] = "$Revision: 1.22 $";
 
 #ifndef COMPILEDATE
@@ -245,5 +245,5 @@
   for(l = leap; l->taicount && year >= l->year; ++l)
   {
-    if(year > l->year || month > l->month || day > l->day)
+    if(year > l->year || month > l->month)
        ls = l->taicount - GPSLEAPSTART;
   }
@@ -1689,5 +1689,5 @@
 
 #ifndef NO_RTCM3_MAIN
-static char datestr[]     = "$Date: 2008/12/18 12:45:53 $";
+static char datestr[]     = "$Date: 2008/12/19 10:16:59 $";
 
 /* The string, which is send as agent in HTTP request */
