Changeset 12388 for trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
- Timestamp:
- Mar 9, 2007, 12:31:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
r12358 r12388 1 1 # Copyright (c) 2006 Paul Price, Joshua Hoblitt 2 2 # 3 # $Id: Config.pm,v 1.3 2 2007-03-09 02:10:09price Exp $3 # $Id: Config.pm,v 1.33 2007-03-09 22:31:15 price Exp $ 4 4 5 5 package PS::IPP::Config; … … 393 393 } 394 394 395 my $dir = _mdLookupStr($ file, "DVO.CAMERADIR"); # Directory of interest396 unless (defined $ filename) {395 my $dir = _mdLookupStr($camera, "DVO.CAMERADIR"); # Directory of interest 396 unless (defined $dir) { 397 397 carp "Can't find DVO.CAMERADIR in camera configuration.\n"; 398 398 return undef;
Note:
See TracChangeset
for help on using the changeset viewer.
