summaryrefslogtreecommitdiff
path: root/src/htscoremain.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-05-02 17:44:51 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-05-02 17:44:51 +0000
commitc7edfe0f5f34fca20bfc13fbcd5c64d4d4951108 (patch)
tree1a80d0a084d860f9f9f0c6b7b385a7f581b58e2a /src/htscoremain.c
parent381eebc05697ce57b4c2941a879bcdde792e1a06 (diff)
Fixes.
Diffstat (limited to 'src/htscoremain.c')
-rw-r--r--src/htscoremain.c2
1 files changed, 1 insertions, 1 deletions
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 =