Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.2 by edhill, Wed Jul 23 17:54:35 2003 UTC | revision 1.3 by edhill, Sun Apr 9 03:29:35 2006 UTC | |
---|---|---|
# | Line 110 for ($i=1;$i <= $#toc2patternlist; $i=$i | Line 110 for ($i=1;$i <= $#toc2patternlist; $i=$i |
110 | $notfound = 1; | $notfound = 1; |
111 | $j=0; | $j=0; |
112 | ||
113 | while (($j < $#htmlfiles) && ($notfound)) { | while (($j <= $#htmlfiles) && ($notfound)) { |
114 | open(THISHTML,$htmlfiles[$j]) || die("can't open $htmlfiles[$j]"); | open(THISHTML,$htmlfiles[$j]) || die("can't open $htmlfiles[$j]"); |
115 | ||
116 | while (<THISHTML>) { | while (<THISHTML>) { |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |