From: Thomas Lam <79589038+tl-hbk@users.noreply.github.com> Date: Mon, 1 Mar 2021 16:16:42 +0000 (-0600) Subject: Update flag because first 8 bits are reserved X-Git-Tag: 0.7.18~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F434%2Fhead;p=thirdparty%2Flibsolv.git Update flag because first 8 bits are reserved --- diff --git a/ext/repo_conda.h b/ext/repo_conda.h index da08d452..fa626f18 100644 --- a/ext/repo_conda.h +++ b/ext/repo_conda.h @@ -5,6 +5,6 @@ * for further information */ -#define CONDA_ADD_USE_ONLY_TAR_BZ2 (1 << 0) +#define CONDA_ADD_USE_ONLY_TAR_BZ2 (1 << 8) extern int repo_add_conda(Repo *repo, FILE *fp, int flags);