]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Update flag because first 8 bits are reserved 434/head
authorThomas Lam <79589038+tl-hbk@users.noreply.github.com>
Mon, 1 Mar 2021 16:16:42 +0000 (10:16 -0600)
committerThomas Lam <79589038+tl-hbk@users.noreply.github.com>
Mon, 1 Mar 2021 16:16:42 +0000 (10:16 -0600)
ext/repo_conda.h

index da08d4526d543d721d7a7dd3ede508219db223e5..fa626f18b284b3f49f8ee693788ff859febabf49 100644 (file)
@@ -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);