From b812d77ede9b448088279d393460cfa147aa7fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 7 Jan 2017 13:03:58 +0100 Subject: buffer: remove redundant function For some reason we ended up with two identical functions: buffer_{clear,terminate}. --- vis-core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis-core.h') diff --git a/vis-core.h b/vis-core.h index ea7396a..292584b 100644 --- a/vis-core.h +++ b/vis-core.h @@ -91,7 +91,7 @@ typedef struct { typedef Buffer Macro; #define macro_init buffer_init #define macro_release buffer_release -#define macro_reset buffer_truncate +#define macro_reset buffer_clear #define macro_append buffer_append0 typedef struct { /** collects all information until an operator is executed */ -- cgit v1.2.3