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 103... Line 103...
103
    pop bx
103
    pop bx
104
    pop ax
104
    pop ax
105
  }
105
  }
106
 
106
 
107
  if (err != 0) {
107
  if (err != 0) {
108
    outputnl(doserr(err));
108
    nls_outputnl_doserr(err);
109
    return(CMD_FAIL);
109
    return(CMD_FAIL);
110
  }
110
  }
111
 
111
 
112
  return(CMD_OK);
112
  return(CMD_OK);
113
}
113
}