X-Git-Url: https://git.tld-linux.org/?p=packages%2Fmc.git;a=blobdiff_plain;f=mc-no-compute-totals.patch;h=b4627dec1344ec7ba0cd39db855d54e1bca68af0;hp=cfe5ed3eb895d63fa7cd497134692b4248edcabb;hb=HEAD;hpb=14e510917b31ff0915bdd3a113704b529f8b7e93 diff --git a/mc-no-compute-totals.patch b/mc-no-compute-totals.patch index cfe5ed3..b4627de 100644 --- a/mc-no-compute-totals.patch +++ b/mc-no-compute-totals.patch @@ -1,12 +1,12 @@ -diff -ur mc-4.8.12.orig/src/setup.c mc-4.8.12/src/setup.c ---- mc-4.8.12.orig/src/setup.c 2014-04-01 10:54:01.000000000 +0000 -+++ mc-4.8.12/src/setup.c 2014-07-07 17:48:27.126921091 +0000 -@@ -172,7 +172,7 @@ - * information about copy/move sizes and bytes transfered +diff -urpa mc-4.8.20.orig/src/setup.c mc-4.8.20/src/setup.c +--- mc-4.8.20.orig/src/setup.c 2018-04-09 12:31:05.331506646 +0000 ++++ mc-4.8.20/src/setup.c 2018-04-09 12:31:42.760506225 +0000 +@@ -174,7 +174,7 @@ gboolean verbose = TRUE; + * information about copy/move sizes and bytes transferred * at the expense of some speed */ --int file_op_compute_totals = 1; -+int file_op_compute_totals = 0; +-gboolean file_op_compute_totals = TRUE; ++gboolean file_op_compute_totals = FALSE; /* If true use the internal viewer */ - int use_internal_view = 1; + gboolean use_internal_view = TRUE;