git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bf3d6b
)
fixed "next" link.
author
kramm
<kramm>
Sun, 6 Jun 2004 16:48:08 +0000
(16:48 +0000)
committer
kramm
<kramm>
Sun, 6 Jun 2004 16:48:08 +0000
(16:48 +0000)
doc/seperate.pl
patch
|
blob
|
history
diff --git
a/doc/seperate.pl
b/doc/seperate.pl
index
45e7103
..
900e8a3
100644
(file)
--- 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;