From: kramm Date: Sun, 6 Jun 2004 16:48:08 +0000 (+0000) Subject: fixed "next" link. X-Git-Tag: release-0-6-0~127 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=a6854b7e1ebe18ae3d509aac34c2485c7caf5240 fixed "next" link. --- diff --git a/doc/seperate.pl b/doc/seperate.pl index 45e7103..900e8a3 100644 --- a/doc/seperate.pl +++ b/doc/seperate.pl @@ -73,7 +73,7 @@ for($nr=1;$nr<$num;$nr++) { } else { $t2 =~ s/__prevlink__/ /; } - if($nr < $num) { + if($nr < $num-1) { $next= $names[$nr+1]; $anext = $basename.".".($nr+1).".".$extension;