X-Git-Url: https://git.tld-linux.org/?p=packages%2Fmc.git;a=blobdiff_plain;f=mc-no-compute-totals.patch;fp=mc-no-compute-totals.patch;h=cfe5ed3eb895d63fa7cd497134692b4248edcabb;hp=0000000000000000000000000000000000000000;hb=14e510917b31ff0915bdd3a113704b529f8b7e93;hpb=db708d14a4b19cb240ebccd4aa25f9a68a53ae55 diff --git a/mc-no-compute-totals.patch b/mc-no-compute-totals.patch new file mode 100644 index 0000000..cfe5ed3 --- /dev/null +++ b/mc-no-compute-totals.patch @@ -0,0 +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 + * at the expense of some speed + */ +-int file_op_compute_totals = 1; ++int file_op_compute_totals = 0; + + /* If true use the internal viewer */ + int use_internal_view = 1;