aboutsummaryrefslogtreecommitdiff
path: root/vendor/librune/test/gbrk.c
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-01-27 23:26:42 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-01-27 23:26:42 +0100
commit679f7928e27a95e559eb3a69febf0c6336e40234 (patch)
treeaf9c5bb35253086eb8e3ad3d7774e7349b3beefe /vendor/librune/test/gbrk.c
parentfd502fd87b40ae7f60314d8d9009f739f1c5fcf3 (diff)
Bump librune
Diffstat (limited to 'vendor/librune/test/gbrk.c')
-rw-r--r--vendor/librune/test/gbrk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/librune/test/gbrk.c b/vendor/librune/test/gbrk.c
index ad32fdd..5a7c00d 100644
--- a/vendor/librune/test/gbrk.c
+++ b/vendor/librune/test/gbrk.c
@@ -51,7 +51,7 @@ test(char *raw)
char8_t *p, *buf;
const char8_t *s;
size_t bufsiz = 4096;
- struct grapheme graph;
+ struct u8view graph;
if (!(buf = malloc(bufsiz)))
die("malloc");