IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28019


Ignore:
Timestamp:
May 19, 2010, 9:08:56 AM (16 years ago)
Author:
rhenders
Message:

not chomping dist label was causing strcmp to return false

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czartool.pl

    r28000 r28019  
    234234        foreach $distLabel (@distributionLabels) {
    235235            chomp($stdsLabel);
     236            chomp($distLabel);
    236237            if ($stdsLabel eq $distLabel) { $distributing = 1; last;}
    237238
Note: See TracChangeset for help on using the changeset viewer.