Changeset 959 in ntrip


Ignore:
Timestamp:
Jul 22, 2008, 5:15:51 PM (16 years ago)
Author:
stoecker
Message:

added leap second

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/rtcm3torinex.c

    r949 r959  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.27 2008/03/25 15:10:48 stoecker Exp $
     3  $Id: rtcm3torinex.c,v 1.28 2008/06/20 06:15:25 stoecker Exp $
    44  Copyright (C) 2005-2008 by Dirk Stöcker <stoecker@alberding.eu>
    55
     
    5151
    5252/* CVS revision and version */
    53 static char revisionstr[] = "$Revision: 1.27 $";
     53static char revisionstr[] = "$Revision: 1.28 $";
    5454
    5555#ifndef COMPILEDATE
     
    208208{31, 12, 1998,32},
    209209{31, 12, 2005,33},
     210{31, 12, 2008,34},
    210211{0,0,0,0} /* end marker */
    211212};
     
    15311532
    15321533#ifndef NO_RTCM3_MAIN
    1533 static char datestr[]     = "$Date: 2008/03/25 15:10:48 $";
     1534static char datestr[]     = "$Date: 2008/06/20 06:15:25 $";
    15341535
    15351536/* The string, which is send as agent in HTTP request */
Note: See TracChangeset for help on using the changeset viewer.