]> TLD Linux GIT Repositories - packages/mc.git/blob - mc-no-compute-totals.patch
- updated to 4.8.18
[packages/mc.git] / mc-no-compute-totals.patch
1 diff -urNp mc-4.8.18.orig/src/setup.c mc-4.8.18/src/setup.c
2 --- mc-4.8.18.orig/src/setup.c  2017-02-09 07:48:30.365640270 +0000
3 +++ mc-4.8.18/src/setup.c       2017-02-09 07:48:45.664640098 +0000
4 @@ -174,7 +174,7 @@ int verbose = 1;
5   * information about copy/move sizes and bytes transferred
6   * at the expense of some speed
7   */
8 -int file_op_compute_totals = 1;
9 +int file_op_compute_totals = 0;
10  
11  /* If true use the internal viewer */
12  int use_internal_view = 1;