diff options
-rw-r--r-- | patches/patches/54_multipointers.patch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/patches/54_multipointers.patch b/patches/patches/54_multipointers.patch new file mode 100644 index 0000000..84d3f14 --- /dev/null +++ b/patches/patches/54_multipointers.patch @@ -0,0 +1,4 @@ +33c33 +< const zen12_string: []const u8 = zen_multiptr; +--- +> const zen12_string: []const u8 = zen_multiptr[0..21]; |