Changeset 1210 in ntrip
- Timestamp:
- Nov 18, 2008, 9:57:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/rtcm3torinex.c
r1184 r1210 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.c,v 1.1 7 2008/09/22 09:39:49weber Exp $3 $Id: rtcm3torinex.c,v 1.18 2008/11/10 18:01:41 weber Exp $ 4 4 Copyright (C) 2005-2008 by Dirk Stöcker <stoecker@alberding.eu> 5 5 … … 51 51 52 52 /* CVS revision and version */ 53 static char revisionstr[] = "$Revision: 1.1 7$";53 static char revisionstr[] = "$Revision: 1.18 $"; 54 54 55 55 #ifndef COMPILEDATE … … 349 349 if(handle->antSize < 100) {handle->antSize += 1;} 350 350 } 351 free(antC); 352 free(antS); 351 353 ret = 1007; 352 354 } … … 377 379 if(handle->antSize < 100) {handle->antSize += 1;} 378 380 } 381 free(antC); 382 free(antS); 379 383 ret = 1008; 380 384 } … … 1714 1718 1715 1719 #ifndef NO_RTCM3_MAIN 1716 static char datestr[] = "$Date: 2008/ 09/22 09:39:49$";1720 static char datestr[] = "$Date: 2008/11/10 18:01:41 $"; 1717 1721 1718 1722 /* The string, which is send as agent in HTTP request */
Note:
See TracChangeset
for help on using the changeset viewer.