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/htsback.c | |
parent | 381eebc05697ce57b4c2941a879bcdde792e1a06 (diff) |
Fixes.
Diffstat (limited to 'src/htsback.c')
-rw-r--r-- | src/htsback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsback.c b/src/htsback.c index 2eab7d9..a7234d2 100644 --- a/src/htsback.c +++ b/src/htsback.c @@ -989,7 +989,7 @@ int back_serialize_ref(httrackp * opt, const lien_back * src) { == 0) #else if (mkdir - (fconcat(OPT_GET_BUFF(opt), StringBuff(opt->path_log), CACHE_REFNAME), + (fconcat(OPT_GET_BUFF(opt), OPT_GET_BUFF_SIZE(opt), StringBuff(opt->path_log), CACHE_REFNAME), S_IRWXU | S_IRWXG | S_IRWXO) == 0) #endif { |