Skip to content

Commit 7c66cc8

Browse files
committed
r283: fixed a stupid typo that make import fail
1 parent 849e442 commit 7c66cc8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

atomic.c

+1
Original file line numberDiff line numberDiff line change
@@ -285,4 +285,5 @@ void bcf_atom2bcf2(const bcf_atom_t *a, bcf1_t *b, int write_M, int id_GT, int u
285285

286286
void bcf_atom2bcf(const bcf_atom_t *a, bcf1_t *b, int write_M, int id_GT)
287287
{
288+
bcf_atom2bcf2(a, b, write_M, id_GT, 1);
288289
}

main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include <string.h>
44
#include <ctype.h>
55

6-
#define BGT_VERSION "1.0-r282-dirty"
6+
#define BGT_VERSION "1.0-r283-dirty"
77

88
int main_import(int argc, char *argv[]);
99
int main_view(int argc, char *argv[]);

0 commit comments

Comments
 (0)