]> TLD Linux GIT Repositories - packages/mc.git/blob - mc-no-compute-totals.patch
- disable annoying compute totals by default
[packages/mc.git] / mc-no-compute-totals.patch
1 diff -ur mc-4.8.12.orig/src/setup.c mc-4.8.12/src/setup.c
2 --- mc-4.8.12.orig/src/setup.c  2014-04-01 10:54:01.000000000 +0000
3 +++ mc-4.8.12/src/setup.c       2014-07-07 17:48:27.126921091 +0000
4 @@ -172,7 +172,7 @@
5   * information about copy/move sizes and bytes transfered
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;