File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# !/usr/bin/perl -w
2- # Last Updated: 2005.04.02 (xris)
2+ # Last Updated: 2005.04.03 (xris)
33#
44# cli.pm
55#
@@ -174,10 +174,10 @@ package nuv_export::cli;
174174 # Commandline preference/override
175175 return $args {$arg } if (defined ($args {$arg }));
176176 # Load rc preference
177- $args { $arg } = rc_arg($arg , $package );
177+ my $rc_arg = rc_arg($arg , $package );
178178 # Return the rc preference, or the passed-in default value
179- return defined ($args { $arg } )
180- ? $args { $arg }
179+ return defined ($rc_arg )
180+ ? $rc_arg
181181 : $default ;
182182 }
183183
Original file line number Diff line number Diff line change 22# Last Updated: 2005.02.28 (xris)
33
44# Version
5- $VERSION = ' 0.2 0.20050402 .cvs' ;
5+ $VERSION = ' 0.2 0.20050403 .cvs' ;
66
77# Autoflush buffers
88 $| ++;
Original file line number Diff line number Diff line change 44
55Name: nuvexport
66Version: 0.2
7- Release: 0.20050402 .cvs
7+ Release: 0.20050403 .cvs
88License: GPL
99Summary: mythtv nuv video file conversion script
1010URL: http://forevermore.net/nuvexport/
You can’t perform that action at this time.
0 commit comments