diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-11-15 19:14:36 +0100 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-11-15 19:14:36 +0100 |
| commit | 11d81721367fc29e882fbf893a10240174d75ff6 (patch) | |
| tree | d0e9e285784ca4783183a0abcd7d6db4de8e7db1 /patches | |
| parent | 189376944cbc9d1a70673d8d5dc49a3d190ff5fc (diff) | |
forgotten thread-sleep fix added
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/patches/104_threading.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/patches/104_threading.patch b/patches/patches/104_threading.patch index 1ca46c1..51d7035 100644 --- a/patches/patches/104_threading.patch +++ b/patches/patches/104_threading.patch @@ -1,5 +1,5 @@ ---- exercises/104_threading.zig 2024-04-10 19:12:29.878856370 +0200 -+++ answers/104_threading.zig 2024-04-10 19:11:22.304265713 +0200 +--- exercises/104_threading.zig 2025-11-15 19:13:35.359496111 +0100 ++++ answers/104_threading.zig 2025-11-15 19:11:20.468752429 +0100 @@ -97,12 +97,12 @@ defer handle.join(); |
