aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis-core.h')
-rw-r--r--vis-core.h2
1 files changed, 1 insertions, 1 deletions
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 */