summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2024-04-10 17:21:18 +0000
committerChris Boesch <chrboesch@noreply.codeberg.org>2024-04-10 17:21:18 +0000
commit3c9c55df8e08d154908c41977dfc5794f9e01786 (patch)
tree8e7e1d231d7415897158939b05b79f043ce7f166 /patches
parent2122c477a04f54655f71f78217d845485254cfab (diff)
parent376a8396725d981db776d6e7f3e2196af4f106ef (diff)
Merge pull request 'Additional timer in thread start added' (#77) from I75 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/77
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/104_threading.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/patches/104_threading.patch b/patches/patches/104_threading.patch
index 304d39f..1ca46c1 100644
--- a/patches/patches/104_threading.patch
+++ b/patches/patches/104_threading.patch
@@ -1,5 +1,5 @@
---- exercises/104_threading.zig 2024-04-10 16:02:33.680771772 +0200
-+++ answers/104_threading.zig 2024-04-10 16:01:00.042331517 +0200
+--- exercises/104_threading.zig 2024-04-10 19:12:29.878856370 +0200
++++ answers/104_threading.zig 2024-04-10 19:11:22.304265713 +0200
@@ -97,12 +97,12 @@
defer handle.join();