From c7edfe0f5f34fca20bfc13fbcd5c64d4d4951108 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Fri, 2 May 2014 17:44:51 +0000 Subject: Fixes. --- src/htscoremain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/htscoremain.c') diff --git a/src/htscoremain.c b/src/htscoremain.c index 38a4112..82af9e0 100644 --- a/src/htscoremain.c +++ b/src/htscoremain.c @@ -2994,7 +2994,7 @@ HTSEXT_API int hts_main2(int argc, char **argv, httrackp * opt) { (OPT_GET_BUFF(opt), OPT_GET_BUFF_SIZE(opt), StringBuff(opt->path_log), "hts-cache")); #else mkdir(fconcat - (OPT_GET_BUFF(opt), StringBuff(opt->path_log), "hts-cache"), + (OPT_GET_BUFF(opt), OPT_GET_BUFF_SIZE(opt), StringBuff(opt->path_log), "hts-cache"), HTS_PROTECT_FOLDER); #endif fp = -- cgit v1.2.3