Skip to content

Commit 665a409

Browse files
committed
typo that prevented use of --starttime
timestamp update
1 parent c708bc5 commit 665a409

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

trunk/nuv_export/ui.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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$/) {

trunk/nuvexport

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
$|++;

trunk/nuvexport.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name: nuvexport
66
Version: 0.2
7-
Release: 0.20050514.cvs
7+
Release: 0.20050515.cvs
88
License: GPL
99
Summary: mythtv nuv video file conversion script
1010
URL: http://forevermore.net/nuvexport/

0 commit comments

Comments
 (0)