aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches/patches/078_sentinels3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/patches/078_sentinels3.patch')
-rw-r--r--patches/patches/078_sentinels3.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/patches/078_sentinels3.patch b/patches/patches/078_sentinels3.patch
index 94257b0..31185d6 100644
--- a/patches/patches/078_sentinels3.patch
+++ b/patches/patches/078_sentinels3.patch
@@ -1,4 +1,4 @@
24c24
< const printable: [*:0]const u8 = ???;
---
-> const printable: [*:0]const u8 = @ptrCast([*:0]const u8, data);
+> const printable: [*:0]const u8 = @ptrCast(data);