Changeset 364 in ntrip for trunk/rtcm3torinex


Ignore:
Timestamp:
Jan 11, 2007, 4:32:26 PM (17 years ago)
Author:
stoecker
Message:

fixed typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/rtcm3torinex.c

    r363 r364  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.14 2006/11/29 10:43:15 stoecker Exp $
     3  $Id: rtcm3torinex.c,v 1.15 2007/01/11 14:10:13 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.14 $";
     53static char revisionstr[] = "$Revision: 1.15 $";
    5454
    5555static uint32_t CRC24(long size, const unsigned char *buf)
     
    741741        Parser->datapos[Parser->numdatatypes] = GNSSENTRY_##a##DATA; \
    742742        data[RINEXENTRY_##b##DATA] = ++Parser->numdatatypes; \
     743        snprintf(tbuffer+tbufferpos, sizeof(tbuffer)-tbufferpos, "    "#b); \
     744        tbufferpos += 6; \
    743745      } \
    744       snprintf(tbuffer+tbufferpos, sizeof(tbuffer)-tbufferpos, "    "#b); \
    745       tbufferpos += 6; \
    746746    }
    747747
     
    811811        {
    812812          RTCM3Error("Header file is too large. Only %d bytes read.",
    813           siz);
     813          (int)siz);
    814814        }
    815815        /* scan the file line by line and enter the entries in the list */
     
    10171017
    10181018#ifndef NO_RTCM3_MAIN
    1019 static char datestr[]     = "$Date: 2006/11/29 10:43:15 $";
     1019static char datestr[]     = "$Date: 2007/01/11 14:10:13 $";
    10201020
    10211021/* The string, which is send as agent in HTTP request */
Note: See TracChangeset for help on using the changeset viewer.