summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2008-11-09 12:48:09 +0000
committerAndreas Brachold <vdr07@deltab.de>2008-11-09 12:48:09 +0000
commitdd4bfdc1adf6cf36330687d7268ab44900fc77cb (patch)
tree6db26d3ec86df443142fa601b1ebeab5814368eb /bin
parent9eced4dff64e35a0135ce98609ad8f3f1c9c96a9 (diff)
downloadxxv-dd4bfdc1adf6cf36330687d7268ab44900fc77cb.tar.gz
xxv-dd4bfdc1adf6cf36330687d7268ab44900fc77cb.tar.bz2
* SVDRP: Rewrite communication functions, no more depends to NET:TELNET
* SVDRP: split queue_cmds into queue_add,queue_count,queue_flush * SVDRP: remove double error handling * COMMON: remove unused variable * VTX: Warn, if missing base directory * VTX: Fixed inserted page links, if more then two links inside one line * Console: Fix usage message
Diffstat (limited to 'bin')
-rwxr-xr-xbin/xxvd2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/xxvd b/bin/xxvd
index 7de3b3f..2d58ff8 100755
--- a/bin/xxvd
+++ b/bin/xxvd
@@ -451,7 +451,6 @@ sub quit {
# ------------------
sub docu {
# ------------------
- my $watcher = shift;
my $console = shift;
my $name = shift || 0;
@@ -491,7 +490,6 @@ sub docu {
# ------------------
sub more {
# ------------------
- my $watcher = shift;
my $console = shift;
my $name = shift || return error('No text file defined!');
my $param = shift || {};