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 67... Line 67...
67
    pop dx
67
    pop dx
68
    pop ax
68
    pop ax
69
  }
69
  }
70
 
70
 
71
  if (err != 0) {
71
  if (err != 0) {
72
    outputnl(doserr(err));
72
    nls_outputnl_doserr(err);
73
    return(CMD_FAIL);
73
    return(CMD_FAIL);
74
  }
74
  }
75
 
75
 
76
  return(CMD_OK);
76
  return(CMD_OK);
77
}
77
}