Changeset 378 in ntrip for trunk/rtcm3torinex


Ignore:
Timestamp:
Jan 23, 2007, 6:16:39 PM (17 years ago)
Author:
stoecker
Message:

fixed Y2K problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/rtcm3torinex.c

    r364 r378  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.15 2007/01/11 14:10:13 stoecker Exp $
     3  $Id: rtcm3torinex.c,v 1.16 2007/01/11 15:32:26 stoecker Exp $
    44  Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@euronik.eu>
    55
     
    5151
    5252/* CVS revision and version */
    53 static char revisionstr[] = "$Revision: 1.15 $";
     53static char revisionstr[] = "$Revision: 1.16 $";
    5454
    5555static uint32_t CRC24(long size, const unsigned char *buf)
     
    790790      i = 1+snprintf(buffer, buffersize,
    791791    "  %4d    %2d    %2d    %2d    %2d   %10.7f     GPS         "
    792     "TIME OF FIRST OBS", cti.year%100, cti.month, cti.day, cti.hour,
     792    "TIME OF FIRST OBS", cti.year, cti.month, cti.day, cti.hour,
    793793    cti.minute, cti.second + fmod(Parser->Data.timeofweek/1000.0,1.0));
    794794
     
    10171017
    10181018#ifndef NO_RTCM3_MAIN
    1019 static char datestr[]     = "$Date: 2007/01/11 14:10:13 $";
     1019static char datestr[]     = "$Date: 2007/01/11 15:32:26 $";
    10201020
    10211021/* The string, which is send as agent in HTTP request */
Note: See TracChangeset for help on using the changeset viewer.