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 147... Line 147...
147
    return(CMD_OK);
147
    return(CMD_OK);
148
  }
148
  }
149
 
149
 
150
  i = nls_getpatterns(nls);
150
  i = nls_getpatterns(nls);
151
  if (i != 0) {
151
  if (i != 0) {
152
    outputnl(doserr(i));
152
    nls_outputnl_doserr(i);
153
    return(CMD_FAIL);
153
    return(CMD_FAIL);
154
  }
154
  }
155
 
155
 
156
  /* display current date if no args */
156
  /* display current date if no args */
157
  if (p->argc == 0) {
157
  if (p->argc == 0) {