Index: /trunk/BNC/scripts/Bnc.pm
===================================================================
--- /trunk/BNC/scripts/Bnc.pm	(revision 10513)
+++ /trunk/BNC/scripts/Bnc.pm	(revision 10514)
@@ -357,5 +357,5 @@
     #my $fPos = filePosition($file);
     #TRACE "Current file pos: $fPos";
-    $logMode && seek ( $fh, filePosition($file), 0 );
+    $logMode && seek ( $fh, &Common::filePosition($file), 0 );
 
     #$logMode && seek ( $fh, $fPos, 0 );
@@ -435,5 +435,5 @@
     }    # -----  next line  -----
 
-    $logMode && filePosition( $file, tell ($fh) );    # Remember pos for next read
+    $logMode && &Common::filePosition( $file, tell ($fh) );    # Remember pos for next read
     close $fh;
 
