Changeset 549 in ntrip
- Timestamp:
- Oct 25, 2007, 11:37:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtcm3torinex/rtcm3torinex.c
r503 r549 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.c,v 1.2 3 2007/10/08 12:51:24stoecker Exp $3 $Id: rtcm3torinex.c,v 1.24 2007/10/08 13:29:45 stoecker Exp $ 4 4 Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@alberding.eu> 5 5 … … 51 51 52 52 /* CVS revision and version */ 53 static char revisionstr[] = "$Revision: 1.2 3$";53 static char revisionstr[] = "$Revision: 1.24 $"; 54 54 55 55 #ifndef COMPILEDATE … … 855 855 int i; 856 856 857 memset(&hdata, 0, sizeof(hdata)); 858 857 859 hdata.data.named.version = buffer; 858 860 i = 1+snprintf(buffer, buffersize, … … 1534 1536 1535 1537 #ifndef NO_RTCM3_MAIN 1536 static char datestr[] = "$Date: 2007/10/08 1 2:51:24$";1538 static char datestr[] = "$Date: 2007/10/08 13:29:45 $"; 1537 1539 1538 1540 /* The string, which is send as agent in HTTP request */
Note:
See TracChangeset
for help on using the changeset viewer.