Skip to content

Commit 48127d4

Browse files
committed
cp: increase buffer size
1 parent 61f28c4 commit 48127d4

File tree

1 file changed

+1
-1
lines changed
  • uspace/app/bdsh/cmds/modules/cp

1 file changed

+1
-1
lines changed

uspace/app/bdsh/cmds/modules/cp/cp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#include "cmds.h"
4545

4646
#define CP_VERSION "0.0.1"
47-
#define CP_DEFAULT_BUFLEN 1024
47+
#define CP_DEFAULT_BUFLEN (1024 * 64)
4848

4949
static const char *cmdname = "cp";
5050
static console_ctrl_t *con;

0 commit comments

Comments
 (0)