artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4fb4f4
)
Another warning fix for GCC from Thomas Klausner.
author
nicm
<nicm@openbsd.org>
Mon, 3 Jul 2023 08:37:14 +0000
(08:37 +0000)
committer
nicm
<nicm@openbsd.org>
Mon, 3 Jul 2023 08:37:14 +0000
(08:37 +0000)
usr.bin/tmux/utf8.c
patch
|
blob
|
history
diff --git
a/usr.bin/tmux/utf8.c
b/usr.bin/tmux/utf8.c
index
7c142c5
..
ffcea55
100644
(file)
--- a/
usr.bin/tmux/utf8.c
+++ b/
usr.bin/tmux/utf8.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: utf8.c,v 1.6
1 2023/06/30 21:55:09
nicm Exp $ */
+/* $OpenBSD: utf8.c,v 1.6
2 2023/07/03 08:37:14
nicm Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicholas.marriott@gmail.com>
@@
-72,7
+72,7
@@
static u_int utf8_next_index;
/* Get a UTF-8 item from data. */
static struct utf8_item *
-utf8_item_by_data(const char *data, size_t size)
+utf8_item_by_data(const
u_
char *data, size_t size)
{
struct utf8_item ui;