Subversion Repositories SvarDOS

Rev

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

Rev 425 Rev 426
Line 286... Line 286...
286
        buff2[1] = ' ';
286
        buff2[1] = ' ';
287
        nls_format_date(buff2 + 2, dta->date_yr + 1980, dta->date_mo, dta->date_dy, nls);
287
        nls_format_date(buff2 + 2, dta->date_yr + 1980, dta->date_mo, dta->date_dy, nls);
288
        output(buff2);
288
        output(buff2);
289
 
289
 
290
        /* one space and NLS TIME */
290
        /* one space and NLS TIME */
291
        nls_format_time(buff2 + 1, dta->time_hour, dta->time_min, nls);
291
        nls_format_time(buff2 + 1, dta->time_hour, dta->time_min, 0xff, nls);
292
        outputnl(buff2);
292
        outputnl(buff2);
293
        break;
293
        break;
294
 
294
 
295
      case DIR_OUTPUT_WIDE: /* display in columns of 12 chars per item */
295
      case DIR_OUTPUT_WIDE: /* display in columns of 12 chars per item */
296
        i = strlen(dta->fname);
296
        i = strlen(dta->fname);