Skip to content

Commit

Permalink
fixup! ostree-repo-libarchive.c: major refactor
Browse files Browse the repository at this point in the history
That's what I actually meant, although it doesn't make difference in the
final behaviour.
  • Loading branch information
jlebon committed Apr 25, 2016
1 parent 470832d commit 74213a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libostree/ostree-repo-libarchive.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ path_relative (const char *src)
/* assume a single '.' means the root dir itself, which we handle as the empty
* string in our code */
if (src[0] == '.' && src[1] == '\0')
return src += 1;
src += 1;

return src;
}
Expand Down

0 comments on commit 74213a0

Please sign in to comment.