From 679f7928e27a95e559eb3a69febf0c6336e40234 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 27 Jan 2024 23:26:42 +0100 Subject: Bump librune --- vendor/librune/test/gbrk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/librune/test') 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"); -- cgit v1.2.3