Subversion Repositories SvarDOS

Rev

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

Rev 533 Rev 538
Line 95... Line 95...
95
        pop ax
95
        pop ax
96
        pop dx
96
        pop dx
97
      }
97
      }
98
    }
98
    }
99
    if (err != 0) {
99
    if (err != 0) {
100
      outputnl(doserr(err));
100
      nls_outputnl_doserr(err);
101
      return(CMD_FAIL);
101
      return(CMD_FAIL);
102
    }
102
    }
103
  }
103
  }
104
 
104
 
105
  return(CMD_OK);
105
  return(CMD_OK);