Changeset 1822 in ntrip


Ignore:
Timestamp:
Apr 30, 2009, 1:40:45 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1305 r1822  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.21.2.1 2008/12/18 12:45:53 mervart Exp $
     3  $Id: rtcm3torinex.c,v 1.22 2008/12/19 10:16:59 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.21.2.1 $";
     57static char revisionstr[] = "$Revision: 1.22 $";
    5858
    5959#ifndef COMPILEDATE
     
    245245  for(l = leap; l->taicount && year >= l->year; ++l)
    246246  {
    247     if(year > l->year || month > l->month || day > l->day)
     247    if(year > l->year || month > l->month)
    248248       ls = l->taicount - GPSLEAPSTART;
    249249  }
     
    16891689
    16901690#ifndef NO_RTCM3_MAIN
    1691 static char datestr[]     = "$Date: 2008/12/18 12:45:53 $";
     1691static char datestr[]     = "$Date: 2008/12/19 10:16:59 $";
    16921692
    16931693/* The string, which is send as agent in HTTP request */
Note: See TracChangeset for help on using the changeset viewer.