Index: trunk/BNC/bnc.pro
===================================================================
--- trunk/BNC/bnc.pro	(revision 2887)
+++ trunk/BNC/bnc.pro	(revision 2888)
@@ -2,6 +2,6 @@
 # Switch to debug configuration
 # -----------------------------
-CONFIG -= debug
-CONFIG += release
+CONFIG -= release
+CONFIG += debug
 
 
Index: trunk/BNC/bncantex.cpp
===================================================================
--- trunk/BNC/bncantex.cpp	(revision 2887)
+++ trunk/BNC/bncantex.cpp	(revision 2888)
@@ -80,9 +80,10 @@
   QTextStream in(&inFile);
 
+  t_antMap* newAntMap = 0;
+  t_frqMap* newFrqMap = 0;
+
   while ( !in.atEnd() ) {
     QString line = in.readLine();
   
-    t_antMap* newAntMap = 0;
-
     // Start of Antenna
     // ----------------
@@ -112,5 +113,4 @@
     // ---------------------------
     else if (newAntMap) {
-      t_frqMap* newFrqMap = 0;
       if      (line.indexOf("TYPE / SERIAL NO") == 60) {
         if (line.indexOf("BLACK I") == 0 ||
@@ -142,5 +142,5 @@
       // End of Frequency
       // ----------------
-      else if (line.indexOf("END OF FRQUENCY") == 60) {
+      else if (line.indexOf("END OF FREQUENCY") == 60) {
         if (newFrqMap) {
           if      (line.indexOf("G01") == 3) {
