summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-base_rand__util.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/ungoogled-chromium/files/patch-base_rand__util.h')
-rw-r--r--www/ungoogled-chromium/files/patch-base_rand__util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ungoogled-chromium/files/patch-base_rand__util.h b/www/ungoogled-chromium/files/patch-base_rand__util.h
index 412bf8de4730..8588ca910ef5 100644
--- a/www/ungoogled-chromium/files/patch-base_rand__util.h
+++ b/www/ungoogled-chromium/files/patch-base_rand__util.h
@@ -1,6 +1,6 @@
---- base/rand_util.h.orig 2023-06-05 19:39:05 UTC
+--- base/rand_util.h.orig 2023-12-23 12:33:28 UTC
+++ base/rand_util.h
-@@ -121,7 +121,7 @@ void RandomShuffle(Itr first, Itr last) {
+@@ -136,7 +136,7 @@ void RandomShuffle(Itr first, Itr last) {
std::shuffle(first, last, RandomBitGenerator());
}