aboutsummaryrefslogtreecommitdiff
path: root/src/triplet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/triplet.c')
-rw-r--r--src/triplet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/triplet.c b/src/triplet.c
index c214385..3083c64 100644
--- a/src/triplet.c
+++ b/src/triplet.c
@@ -72,7 +72,7 @@ triplet_strdup (struct file_triplet *tp, const char *str)
72{ 72{
73 size_t len = strlen (str); 73 size_t len = strlen (str);
74 txtacc_grow (tp->acc, str, len + 1); 74 txtacc_grow (tp->acc, str, len + 1);
75 return txtacc_finish (tp->acc); 75 return txtacc_finish (tp->acc, 0);
76} 76}
77 77
78/* Register a file in the triplet table */ 78/* Register a file in the triplet table */

Return to:

Send suggestions and report system problems to the System administrator.