Changeset 1822 in ntrip for trunk/BNC/RTCM3
- Timestamp:
- Apr 30, 2009, 1:40:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/rtcm3torinex.c
r1305 r1822 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.c,v 1.2 1.2.1 2008/12/18 12:45:53mervart Exp $3 $Id: rtcm3torinex.c,v 1.22 2008/12/19 10:16:59 mervart Exp $ 4 4 Copyright (C) 2005-2008 by Dirk Stöcker <stoecker@alberding.eu> 5 5 … … 55 55 56 56 /* CVS revision and version */ 57 static char revisionstr[] = "$Revision: 1.2 1.2.1$";57 static char revisionstr[] = "$Revision: 1.22 $"; 58 58 59 59 #ifndef COMPILEDATE … … 245 245 for(l = leap; l->taicount && year >= l->year; ++l) 246 246 { 247 if(year > l->year || month > l->month || day > l->day)247 if(year > l->year || month > l->month) 248 248 ls = l->taicount - GPSLEAPSTART; 249 249 } … … 1689 1689 1690 1690 #ifndef NO_RTCM3_MAIN 1691 static char datestr[] = "$Date: 2008/12/1 8 12:45:53$";1691 static char datestr[] = "$Date: 2008/12/19 10:16:59 $"; 1692 1692 1693 1693 /* The string, which is send as agent in HTTP request */
Note:
See TracChangeset
for help on using the changeset viewer.