xmltv/lib Options.pm,1.24,1.25
Geoff <[email protected]>
| Newsgroups | gmane.comp.tv.xmltv.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/xmltv/xmltv/lib
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22984
Modified Files:
Options.pm
Log Message:
(Minor) Fix missing newline on error message
Index: Options.pm
===================================================================
RCS file: /cvsroot/xmltv/xmltv/lib/Options.pm,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** Options.pm 10 Jun 2012 11:43:56 -0000 1.24
--- Options.pm 5 Dec 2013 15:11:15 -0000 1.25
***************
*** 438,442 ****
if( not open( STDOUT, "> $opt->{output}" ) )
{
! print STDERR "Cannot write to $opt->{output}.";
exit 1;
}
--- 438,442 ----
if( not open( STDOUT, "> $opt->{output}" ) )
{
! print STDERR "Cannot write to $opt->{output}.\n";
exit 1;
}
***************
*** 516,520 ****
if( not defined( $conf ) )
{
! print STDERR "You need to configure the grabber by running it with --configure";
exit 1;
}
--- 516,520 ----
if( not defined( $conf ) )
{
! print STDERR "You need to configure the grabber by running it with --configure \n";
exit 1;
}
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk