Skip to content

Commit

Permalink
Update muse_call.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyunmaths committed Nov 10, 2023
1 parent 9707298 commit c21e3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/muse_call.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ inline int bam_aux_type2size(int x) {
}

#define __skip_tag(s) do { \
int type = toupper(*(s)); \
int type = (*(s)); \
++(s); \
if (type == 'Z' || type == 'H') { while (*(s)) ++(s); ++(s); } \
else if (type == 'B') (s) += 5 + bam_aux_type2size(*(s)) * (*(int32_t*)((s)+1)); \
Expand Down

0 comments on commit c21e3a7

Please sign in to comment.