Changeset 549 in ntrip


Ignore:
Timestamp:
Oct 25, 2007, 11:37:42 AM (16 years ago)
Author:
stoecker
Message:

fixed illegal access

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/rtcm3torinex.c

    r503 r549  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.23 2007/10/08 12:51:24 stoecker Exp $
     3  $Id: rtcm3torinex.c,v 1.24 2007/10/08 13:29:45 stoecker Exp $
    44  Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@alberding.eu>
    55
     
    5151
    5252/* CVS revision and version */
    53 static char revisionstr[] = "$Revision: 1.23 $";
     53static char revisionstr[] = "$Revision: 1.24 $";
    5454
    5555#ifndef COMPILEDATE
     
    855855  int i;
    856856
     857  memset(&hdata, 0, sizeof(hdata));
     858
    857859  hdata.data.named.version = buffer;
    858860  i = 1+snprintf(buffer, buffersize,
     
    15341536
    15351537#ifndef NO_RTCM3_MAIN
    1536 static char datestr[]     = "$Date: 2007/10/08 12:51:24 $";
     1538static char datestr[]     = "$Date: 2007/10/08 13:29:45 $";
    15371539
    15381540/* The string, which is send as agent in HTTP request */
Note: See TracChangeset for help on using the changeset viewer.