Index: /trunk/BNC/bncrinex.cpp
===================================================================
--- /trunk/BNC/bncrinex.cpp	(revision 75)
+++ /trunk/BNC/bncrinex.cpp	(revision 76)
@@ -74,5 +74,5 @@
     iSat++;
     Observation* ob = it.next();
-    cout << " " << setw(2) << ob->SVPRN;
+    cout << " " << setw(2) << int(ob->SVPRN);
     if (iSat == 12 && it.hasNext()) {
       cout << endl << "                                ";
