mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
Moved the terminate node since the "cprev" was being overwritten.
This commit is contained in:
@@ -842,13 +842,13 @@ sub process_node
|
||||
|
||||
&deduce_node_links() unless ($next || $prev || $up);
|
||||
|
||||
&terminate_node();
|
||||
|
||||
$cthis = &canonical($this);
|
||||
$cnext = &canonical($next);
|
||||
$cprev = &canonical($prev);
|
||||
$cup = &canonical($up);
|
||||
|
||||
&terminate_node();
|
||||
|
||||
print "... opening $dir$cthis ...\n" if $debug{nodes};
|
||||
open(HTML,">$dir/$cthis") || die "Couldn't open $dir$cthis -- $!\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user