Changeset 8230 in ntrip for trunk/misc


Ignore:
Timestamp:
Jan 3, 2018, 3:40:27 PM (6 years ago)
Author:
wiese
Message:

CHANGE: die if wrong country code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/misc/createRnx3Aliases.pl

    r8229 r8230  
    88#           BKG NtripCaster installation. See help for details.
    99#
    10 # Revision: $Id:$
     10# Revision: $Id$
    1111# ========================================================================
    1212
     
    138138                    my $rnx3Name = $fourCharId . "00" . $fields[8];
    139139                    $rnx3Name eq $igs_found[0]
    140                       || warn
    141                       "ERROR: wrong country code \"$fields[8]\" for sourcetable stream $fields[1] (IGS: $igs_found[0])\n"
    142                       ;    # die
     140                      || die
     141                      "wrong country code \"$fields[8]\" for sourcetable stream $fields[1] (IGS: $igs_found[0])\n";
    143142                }
    144143                push ( @{ $st{$fourCharId} }, \@fields );
Note: See TracChangeset for help on using the changeset viewer.