Changeset 1265 in ntrip
- Timestamp:
- Dec 2, 2008, 4:50:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtcm3torinex/rtcm3torinex.c
r1237 r1265 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.c,v 1. 19 2008/11/18 08:57:51 weber Exp $3 $Id: rtcm3torinex.c,v 1.34 2008/11/26 10:14:46 stoecker 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. 19$";53 static char revisionstr[] = "$Revision: 1.34 $"; 54 54 55 55 #ifndef COMPILEDATE … … 606 606 ret = 2; 607 607 } 608 #ifdef NO_RTCM3_MAIN 609 else 610 ret = type; 611 #endif /* NO_RTCM3_MAIN */ 608 612 } 609 613 break; … … 772 776 ret = 2; 773 777 } 778 #ifdef NO_RTCM3_MAIN 779 else 780 ret = type; 781 #endif /* NO_RTCM3_MAIN */ 774 782 } 775 783 break; … … 1665 1673 1666 1674 #ifndef NO_RTCM3_MAIN 1667 static char datestr[] = "$Date: 2008/11/ 18 08:57:51$";1675 static char datestr[] = "$Date: 2008/11/26 10:14:46 $"; 1668 1676 1669 1677 /* The string, which is send as agent in HTTP request */
Note:
See TracChangeset
for help on using the changeset viewer.