Changeset 1825 in ntrip


Ignore:
Timestamp:
May 4, 2009, 12:38:37 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM3/rtcm3torinex.c

    r1822 r1825  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.22 2008/12/19 10:16:59 mervart Exp $
     3  $Id: rtcm3torinex.c,v 1.23 2009/04/30 11:40:45 mervart Exp $
    44  Copyright (C) 2005-2008 by Dirk Stöcker <stoecker@alberding.eu>
    55
     
    5555
    5656/* CVS revision and version */
    57 static char revisionstr[] = "$Revision: 1.22 $";
     57static char revisionstr[] = "$Revision: 1.23 $";
    5858
    5959#ifndef COMPILEDATE
     
    245245  for(l = leap; l->taicount && year >= l->year; ++l)
    246246  {
    247     if(year > l->year || month > l->month)
     247    if(year > l->year || month > l->month || (month == l->month && day > l->day))
    248248       ls = l->taicount - GPSLEAPSTART;
    249249  }
     
    16891689
    16901690#ifndef NO_RTCM3_MAIN
    1691 static char datestr[]     = "$Date: 2008/12/19 10:16:59 $";
     1691static char datestr[]     = "$Date: 2009/04/30 11:40:45 $";
    16921692
    16931693/* The string, which is send as agent in HTTP request */
Note: See TracChangeset for help on using the changeset viewer.