summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakxtv
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-08-21 14:05:55 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-08-21 14:05:55 +0000
commitbaff37790b3af19746b35cc4148a766a09088578 (patch)
tree1def8e238bab1c4a5e43f9c6012ec472d5ea4581 /perl-install/standalone/drakxtv
parent542c37aff46b75c666aea07fb7238ec970342f1c (diff)
downloaddrakx-baff37790b3af19746b35cc4148a766a09088578.tar
drakx-baff37790b3af19746b35cc4148a766a09088578.tar.gz
drakx-baff37790b3af19746b35cc4148a766a09088578.tar.bz2
drakx-baff37790b3af19746b35cc4148a766a09088578.tar.xz
drakx-baff37790b3af19746b35cc4148a766a09088578.zip
fix warnings with diagnostics pragma
Diffstat (limited to 'perl-install/standalone/drakxtv')
-rwxr-xr-xperl-install/standalone/drakxtv4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv
index 058fb8986..dc267258a 100755
--- a/perl-install/standalone/drakxtv
+++ b/perl-install/standalone/drakxtv
@@ -137,9 +137,9 @@ if (@devices) {
require harddrake::v4l;
require modules;
no strict 'subs';
- modules::read_conf;
+ modules::read_conf();
harddrake::v4l::config($in, $_->{driver});
- modules::write_conf;
+ modules::write_conf();
}
scan4channels();
}