bug fixes

This commit is contained in:
nhkeni
2024-03-10 15:46:20 -04:00
parent c747f2af9c
commit ae82f6494e
2 changed files with 8 additions and 5 deletions

View File

@@ -101,8 +101,8 @@ function output_dep(){
function output_final( x)
{
if(dorulesort){
nhsort(worklist, 1, worklistctr-1, 1)
for(x=1;x<worklistctr;x++){
nhsort(worklist, 1, worklistctr, 1)
for(x=1;x<=worklistctr;x++){
file = worklist[x]
output_final2()
}