Skip to content

Commit ed6fb6a

Browse files
committed
Update flag because first 8 bits are reserved
1 parent 0898395 commit ed6fb6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/repo_conda.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
* for further information
66
*/
77

8-
#define CONDA_ADD_USE_ONLY_TAR_BZ2 (1 << 0)
8+
#define CONDA_ADD_USE_ONLY_TAR_BZ2 (1 << 8)
99

1010
extern int repo_add_conda(Repo *repo, FILE *fp, int flags);

0 commit comments

Comments
 (0)