From ed6fb6afb58273935e75b82759d0f21f7befe446 Mon Sep 17 00:00:00 2001 From: Thomas Lam <79589038+tl-hbk@users.noreply.github.com> Date: Mon, 1 Mar 2021 10:16:42 -0600 Subject: [PATCH] Update flag because first 8 bits are reserved --- ext/repo_conda.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2