Changeset 10514 in ntrip for trunk/BNC/scripts


Ignore:
Timestamp:
Jun 21, 2024, 2:23:11 PM (7 weeks ago)
Author:
stuerze
Message:

fix: function calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/scripts/Bnc.pm

    r10388 r10514  
    357357    #my $fPos = filePosition($file);
    358358    #TRACE "Current file pos: $fPos";
    359     $logMode && seek ( $fh, filePosition($file), 0 );
     359    $logMode && seek ( $fh, &Common::filePosition($file), 0 );
    360360
    361361    #$logMode && seek ( $fh, $fPos, 0 );
     
    435435    }    # -----  next line  -----
    436436
    437     $logMode && filePosition( $file, tell ($fh) );    # Remember pos for next read
     437    $logMode && &Common::filePosition( $file, tell ($fh) );    # Remember pos for next read
    438438    close $fh;
    439439
Note: See TracChangeset for help on using the changeset viewer.