Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/3party
diff options
context:
space:
mode:
authorMaxim Pimenov <m@maps.me>2019-02-04 13:23:34 +0300
committerVlad Mihaylenko <vxmihaylenko@gmail.com>2019-02-13 16:10:22 +0300
commit971f63eb5e1203de50a72d20614e2f12143f5496 (patch)
tree5786658bac9e56294db3b498dd60c43ed63b1440 /3party
parenta94ac8da5bf643bd28a263d5fa41e35e9b769f53 (diff)
Review fixes.
Diffstat (limited to '3party')
-rw-r--r--3party/bsdiff-courgette/bsdiff/bsdiff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/3party/bsdiff-courgette/bsdiff/bsdiff.h b/3party/bsdiff-courgette/bsdiff/bsdiff.h
index 8718604989..a4c76f7163 100644
--- a/3party/bsdiff-courgette/bsdiff/bsdiff.h
+++ b/3party/bsdiff-courgette/bsdiff/bsdiff.h
@@ -439,7 +439,7 @@ BSDiffStatus ApplyBinaryPatch(OldReader & old_reader, NewSink & new_sink,
// We will check whether the application process has been cancelled
// upon copying every |kCheckCancelledPeriod| bytes from the old file.
- const size_t kCheckCancelledPeriod = 100 * 1024;
+ constexpr size_t kCheckCancelledPeriod = 100 * 1024;
while (control_stream_copy_counts.Size() > 0) {
if (cancellable.IsCancelled())