Index: trunk/BNC/RTCM3/rtcm3torinex.cpp
===================================================================
--- trunk/BNC/RTCM3/rtcm3torinex.cpp	(revision 283)
+++ trunk/BNC/RTCM3/rtcm3torinex.cpp	(revision 284)
@@ -1,5 +1,5 @@
 /*
   Converter for RTCM3 data to RINEX.
-  $Id: rtcm3torinex.c,v 1.7 2006/11/02 13:54:43 stoecker Exp $
+  $Id: rtcm3torinex.cpp,v 1.9 2006/11/08 16:08:32 mervart Exp $
   Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@euronik.eu>
 
@@ -50,5 +50,5 @@
 
 /* CVS revision and version */
-static char revisionstr[] = "$Revision: 1.7 $";
+static char revisionstr[] = "$Revision: 1.9 $";
 
 static uint32_t CRC24(long size, const unsigned char *buf)
@@ -590,8 +590,10 @@
   }
 
+#ifndef NO_RTCM3_MAIN
   for(i = 0; i < hdata.numheaders; ++i)
     printf("%s\n", hdata.data.unnamed[i]);
   printf("                                                            "
   "END OF HEADER\n");
+#endif
 }
 
@@ -692,5 +694,5 @@
 
 #ifndef NO_RTCM3_MAIN
-static char datestr[]     = "$Date: 2006/11/02 13:54:43 $";
+static char datestr[]     = "$Date: 2006/11/08 16:08:32 $";
 
 /* The string, which is send as agent in HTTP request */
