From b94604ee9be84a8bb6066fe049b34459a13e08db Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Tue, 16 Jul 2002 18:35:53 +0000 Subject: - Small fixes in kioslave doc. --- conf/kiodoc-update.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/kiodoc-update.pl b/conf/kiodoc-update.pl index 9af82e7..6e7a792 100644 --- a/conf/kiodoc-update.pl +++ b/conf/kiodoc-update.pl @@ -38,8 +38,8 @@ sub add_doc($) { my @files = collect_specified($_[0]); return if ($#files lt 0); foreach $idx (@files) { - my $id = get_id($files[0]); - die "Can't read ID attribute\n" if ($id eq ""); + my $id = get_id($idx); + die "Can't read ID attribute in $idx\n" if ($id eq ""); my $ed = ''; my $er = '&kio-' . $id . ';'; -- cgit v1.2.3