Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent 7bc96b3 commit e77c251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filed/backup.c
Expand Up @@ -189,7 +189,7 @@ static inline bool save_rsrc_and_finder(b_save_ctx &bsctx)
bool retval = false;

if (bsctx.ff_pkt->hfsinfo.rsrclength > 0) {
if (!bopen_rsrc(&bsctx.ff_pkt->bfd, bsctx.ff_pkt->fname, O_RDONLY | O_BINARY, 0) < 0) {
if (bopen_rsrc(&bsctx.ff_pkt->bfd, bsctx.ff_pkt->fname, O_RDONLY | O_BINARY, 0) < 0) {
bsctx.ff_pkt->ff_errno = errno;
berrno be;
Jmsg(bsctx.jcr, M_NOTSAVED, -1,
Expand Down

0 comments on commit e77c251

Please sign in to comment.