Changeset 1210 in ntrip


Ignore:
Timestamp:
Nov 18, 2008, 9:57:51 AM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1184 r1210  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.17 2008/09/22 09:39:49 weber Exp $
     3  $Id: rtcm3torinex.c,v 1.18 2008/11/10 18:01:41 weber 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.17 $";
     53static char revisionstr[] = "$Revision: 1.18 $";
    5454
    5555#ifndef COMPILEDATE
     
    349349          if(handle->antSize < 100) {handle->antSize += 1;}
    350350        }
     351        free(antC);
     352        free(antS);
    351353        ret = 1007;
    352354      }
     
    377379          if(handle->antSize < 100) {handle->antSize += 1;}
    378380        }
     381        free(antC);
     382        free(antS);
    379383        ret = 1008;
    380384      }
     
    17141718
    17151719#ifndef NO_RTCM3_MAIN
    1716 static char datestr[]     = "$Date: 2008/09/22 09:39:49 $";
     1720static char datestr[]     = "$Date: 2008/11/10 18:01:41 $";
    17171721
    17181722/* The string, which is send as agent in HTTP request */
Note: See TracChangeset for help on using the changeset viewer.