Index: trunk/BNC/bncapp.cpp
===================================================================
--- trunk/BNC/bncapp.cpp	(revision 4224)
+++ trunk/BNC/bncapp.cpp	(revision 4225)
@@ -503,5 +503,5 @@
   QString strV3 = eph.toString(3.01);
 
-  printOutput(printFile, _ephStreamGPS, strV2, strV3);
+  printOutput(printFile, _ephStreamGlonass, strV2, strV3);
 }
 
@@ -516,5 +516,5 @@
   QString strV3 = eph.toString(3.01);
 
-  printOutput(printFile, _ephStreamGPS, strV2, strV3);
+  printOutput(printFile, _ephStreamGalileo, strV2, strV3);
 }
 
