From f569a6f2628b9ddef4dfb4424aff2dad644a8f19 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 12 May 2011 00:05:00 +0300 Subject: Improve the txtacc interface. --- src/verify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/verify.c') diff --git a/src/verify.c b/src/verify.c index b3233e8..a49983c 100644 --- a/src/verify.c +++ b/src/verify.c @@ -171,7 +171,7 @@ fill_project_name (struct file_triplet *trp) } txtacc_grow (trp->acc, trp->relative_dir, len); txtacc_1grow (trp->acc, 0); - trp->project = txtacc_finish (trp->acc); + trp->project = txtacc_finish (trp->acc, 0); } else trp->project = trp->relative_dir; -- cgit v1.2.1