diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-02 17:44:51 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-02 17:44:51 +0000 |
commit | c7edfe0f5f34fca20bfc13fbcd5c64d4d4951108 (patch) | |
tree | 1a80d0a084d860f9f9f0c6b7b385a7f581b58e2a /src/htscoremain.c | |
parent | 381eebc05697ce57b4c2941a879bcdde792e1a06 (diff) |
Fixes.
Diffstat (limited to 'src/htscoremain.c')
-rw-r--r-- | src/htscoremain.c | 2 |
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 = |