IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12388


Ignore:
Timestamp:
Mar 9, 2007, 12:31:15 PM (19 years ago)
Author:
Paul Price
Message:

Didn't fix variables up after copy and paste.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Config/lib/PS/IPP/Config.pm

    r12358 r12388  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.32 2007-03-09 02:10:09 price Exp $
     3# $Id: Config.pm,v 1.33 2007-03-09 22:31:15 price Exp $
    44
    55package PS::IPP::Config;
     
    393393    }
    394394
    395     my $dir = _mdLookupStr($file, "DVO.CAMERADIR"); # Directory of interest
    396     unless (defined $filename) {
     395    my $dir = _mdLookupStr($camera, "DVO.CAMERADIR"); # Directory of interest
     396    unless (defined $dir) {
    397397        carp "Can't find DVO.CAMERADIR in camera configuration.\n";
    398398        return undef;
Note: See TracChangeset for help on using the changeset viewer.