mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
don't stream if we're making a hardcopy
Ignore-this: a9e258fa2c0e80219170f5e11970bc75 darcs-hash:20090902192745-0cb85-5962b13536b4f78da9080c2084b1715a6db86ab8.gz
This commit is contained in:
parent
5bf6539a9a
commit
c3f314cf9e
@ -57,8 +57,7 @@ if( defined $options{"help"} )
|
|||||||
}
|
}
|
||||||
if( defined $options{"hardcopy"} && $options{"stream"} )
|
if( defined $options{"hardcopy"} && $options{"stream"} )
|
||||||
{
|
{
|
||||||
usage();
|
$options{"stream"} = undef;
|
||||||
die("If making a hardcopy, we shouldn't be streaming. Doing nothing\n");
|
|
||||||
}
|
}
|
||||||
if( !defined $options{"xlen"} )
|
if( !defined $options{"xlen"} )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user