Skip to content

Commit 2515386

Browse files
committed
2 parents 0a4a4db + 5671357 commit 2515386

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ALNtoPAF.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ void *gen_paf(void *args)
604604
fputc('\t',out);
605605
itoa(iid,buf,out);
606606
fputc('\t',out);
607-
itoa(blocksum,buf,out);
607+
itoa(blocksum/2,buf,out);
608608
stoa("\t255",out);
609609

610610
{ int x;

GDB.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,6 +1095,7 @@ FILE **Create_GDB(GDB *gdb, char *spath, int ftype, int bps, char *tpath, int nt
10951095
{ ano->nprov = 0;
10961096
ano->prov = NULL;
10971097
ano->gdb = gdb;
1098+
ano->shared = 1;
10981099
ano->moff = moff;
10991100
masks = realloc(masks,(nmasks+1)*sizeof(ANO_PAIR));
11001101
ano->masks = masks;

0 commit comments

Comments
 (0)