Index: /trunk/BNC/RTIGS/cgps_transform.cpp
===================================================================
--- /trunk/BNC/RTIGS/cgps_transform.cpp	(revision 669)
+++ /trunk/BNC/RTIGS/cgps_transform.cpp	(revision 670)
@@ -332,5 +332,5 @@
 {
 short retval =0;
-short PhaseOverFlowFlag;
+short PhaseOverFlowFlag = -1;
 long SignFlag,temp;
 
Index: /trunk/BNC/bncwindow.cpp
===================================================================
--- /trunk/BNC/bncwindow.cpp	(revision 669)
+++ /trunk/BNC/bncwindow.cpp	(revision 670)
@@ -213,5 +213,5 @@
   _adviseRecoSpinBox->setSuffix(" min");
   _adviseRecoSpinBox->setMaximumWidth(9*ww);
-  _adviseRecoSpinBox->setValue(settings.value("asviseReco").toInt());
+  _adviseRecoSpinBox->setValue(settings.value("adviseReco").toInt());
   _adviseRecoSpinBox->setWhatsThis(tr("<p>Following a stream outage or a longer series of corrupted observations, an Advisory note is generated when at least one valid observation is received again within the 'Recovery' threshold time span defined here. A value of about 5min (default) is recommendable.</p><p>A value of zero '0' means that for any stream recovery BNC immediately generates an Advisory note!</p><p>Note that using this function for corrupted streams needs an 'Inspect segment' greater zero '0'.</p>"));
   _adviseFailSpinBox = new QSpinBox();
@@ -221,9 +221,9 @@
   _adviseFailSpinBox->setSuffix(" min");
   _adviseFailSpinBox->setMaximumWidth(9*ww);
-  _adviseFailSpinBox->setValue(settings.value("asviseFail").toInt());
+  _adviseFailSpinBox->setValue(settings.value("adviseFail").toInt());
   _adviseFailSpinBox->setWhatsThis(tr("<p>An Advisory note is generated when no (or corrupted) observations are received throughout the 'Failure' threshold time span defined here. A value of about 15 min (default) is recommendable.</p><p>A value of zero '0' means that for any stream failure BNC immediately generates an Advisory note!</p><p>Note that using this function for corrupted streams needs an 'Inspect segment' greater zero '0'.</p>"));
   _logFileLineEdit    = new QLineEdit(settings.value("logFile").toString());
   _logFileLineEdit->setWhatsThis(tr("<p>Records of BNC's activities are shown in the 'Log' section below. They can be saved into a file when a valid path is specified in the 'Log (full path)' field.</p>"));
-  _adviseScriptLineEdit    = new QLineEdit(settings.value("asviseScript").toString());
+  _adviseScriptLineEdit    = new QLineEdit(settings.value("adviseScript").toString());
   _adviseScriptLineEdit->setWhatsThis(tr("<p>Specify the full path to a script or batch file to handle Advisory notes generated in case of corrupted streams of stream outages. The affected mountpoint and one of the comments 'Begin_Outage', 'End_Outage', 'Begin_Currupted', or 'End_Corrupted' are passed on to the script as two command line parameters.</p><p>The script may be used to send an email to BNC's operator and/or to the affected streamprovider. An empty option field or invalid path means that you don't want to use this option.</p>"));
   _mountPointsTable   = new QTableWidget(0,7);
