File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ package nuv_export::ui;
4949 # Look for a filename or channel/starttime
5050 else {
5151 my $chanid = arg(' chanid' );
52- my $starttimg = arg(' starttime' );
52+ my $starttime = arg(' starttime' );
5353 # Filename specified on the command line -- extract the chanid and starttime
5454 if (arg(' infile' )) {
5555 if (arg(' infile' ) =~ / \b (\d +)_(\d +)_\d +\. nuv$ / ) {
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.20050514 .cvs' ;
5+ $VERSION = ' 0.2 0.20050515 .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.20050514 .cvs
7+ Release: 0.20050515 .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