Subversion Repositories SvarDOS

Rev

Rev 2216 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2216 Rev 2224
Line 468... Line 468...
468
      copiedcount_in++;
468
      copiedcount_in++;
469
    } while (findnext(dta) == 0);
469
    } while (findnext(dta) == 0);
470
 
470
 
471
  }
471
  }
472
 
472
 
-
 
473
  ustoa(setup->databuf, copiedcount_out, 0, '0');
473
  sprintf(setup->databuf, svarlang_str(38,9)/*"%u file(s) copied"*/, copiedcount_out);
474
  sv_strcpy(setup->databuf + 8, svarlang_str(38,9)); /* "% file(s) copied" */
-
 
475
  sv_insert_str_in_str(setup->databuf + 8, setup->databuf);
474
  outputnl(setup->databuf);
476
  outputnl(setup->databuf + 8);
475
 
477
 
476
  /* free memory block if it is not the static BUFF */
478
  /* free memory block if it is not the static BUFF */
477
  if (setup->databufseg_custom != 0) dos_freememseg(setup->databufseg_custom);
479
  if (setup->databufseg_custom != 0) dos_freememseg(setup->databufseg_custom);
478
 
480
 
479
  return(CMD_OK);
481
  return(CMD_OK);