Subversion Repositories SvarDOS

Rev

Rev 372 | Rev 388 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 372 Rev 384
Line 96... Line 96...
96
    pop dx
96
    pop dx
97
    pop cx
97
    pop cx
98
    pop ax
98
    pop ax
99
  }
99
  }
100
 
100
 
-
 
101
  if (errcode == 0) {
101
  outputnl(dta->fname);
102
    outputnl(dta->fname);
102
 
-
 
103
  if (errcode == 0) goto NEXTFILE;
103
    goto NEXTFILE;
-
 
104
  }
104
 
105
 
105
  return(-1);
106
  return(-1);
106
}
107
}