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