Subversion Repositories SvarDOS

Rev

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

Rev 520 Rev 538
Line 22... Line 22...
22
 * DEALINGS IN THE SOFTWARE.
22
 * DEALINGS IN THE SOFTWARE.
23
 */
23
 */
24
 
24
 
25
#include <string.h> /* memset() */
25
#include <string.h> /* memset() */
26
 
26
 
27
#include "doserr.h"
-
 
28
#include "helpers.h"
27
#include "helpers.h"
29
#include "rmodinit.h"
28
#include "rmodinit.h"
30
 
29
 
31
#include "redir.h"
30
#include "redir.h"
32
 
31
 
Line 146... Line 145...
146
      pop cx
145
      pop cx
147
      pop bx
146
      pop bx
148
      pop ax
147
      pop ax
149
    }
148
    }
150
    if (errcode != 0) {
149
    if (errcode != 0) {
151
      outputnl(doserr(errcode));
150
      nls_outputnl_doserr(errcode);
152
      return(-1);
151
      return(-1);
153
    }
152
    }
154
  }
153
  }
155
 
154
 
156
  return(0);
155
  return(0);