Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 537 → Rev 538

/svarcom/trunk/cmd.c
33,7 → 33,6
#include <stdlib.h>
#include <string.h>
 
#include "doserr.h"
#include "env.h"
#include "helpers.h"
#include "redir.h"
231,7 → 230,7
pop ax
}
if (curdrive == drive) return(CMD_OK);
outputnl(doserr(0x0f));
nls_outputnl_doserr(0x0f);
return(CMD_FAIL);
}
}