Subversion Repositories SvarDOS

Rev

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

Rev 424 Rev 425
Line 335... Line 335...
335
    i = nls_format_number(buff2 + 13, summary_totsz, nls);
335
    i = nls_format_number(buff2 + 13, summary_totsz, nls);
336
    output(buff2 + i);
336
    output(buff2 + i);
337
    output(" ");
337
    output(" ");
338
    outputnl("bytes");
338
    outputnl("bytes");
339
    /* xxxx bytes free */
339
    /* xxxx bytes free */
340
    printf("totsz = %lu\r\n", summary_totsz);
-
 
341
    i = cmd_dir_df(&summary_totsz, drv);
340
    i = cmd_dir_df(&summary_totsz, drv);
342
    if (i != 0) outputnl(doserr(i));
341
    if (i != 0) outputnl(doserr(i));
343
    alignpos += 13 + 13;
342
    alignpos += 13 + 13;
344
    memset(buff2, ' ', alignpos); /* align the freebytes value to same column as totbytes */
343
    memset(buff2, ' ', alignpos); /* align the freebytes value to same column as totbytes */
345
    i = nls_format_number(buff2 + alignpos, summary_totsz, nls);
344
    i = nls_format_number(buff2 + alignpos, summary_totsz, nls);