Rename row_buffer_addv() to fix convention
This commit is contained in:
4
tui.c
4
tui.c
@@ -137,11 +137,11 @@ row_buffer_append (struct row_buffer *self, const char *str, chtype attrs)
|
||||
}
|
||||
|
||||
static void
|
||||
row_buffer_addv (struct row_buffer *self, const char *s, ...)
|
||||
row_buffer_append_args (struct row_buffer *self, const char *s, ...)
|
||||
ATTRIBUTE_SENTINEL;
|
||||
|
||||
static void
|
||||
row_buffer_addv (struct row_buffer *self, const char *s, ...)
|
||||
row_buffer_append_args (struct row_buffer *self, const char *s, ...)
|
||||
{
|
||||
va_list ap;
|
||||
va_start (ap, s);
|
||||
|
||||
Reference in New Issue
Block a user