Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/biology/cufflinks/files/patch-src_gff.cpp
18160 views
1
--- src/gff.cpp.orig 2022-07-28 03:24:45 UTC
2
+++ src/gff.cpp
3
@@ -21,7 +21,7 @@ const uint gfo_flag_BY_EXON = 0x00000020; //c
4
const uint gfo_flag_DISCARDED = 0x00000100;
5
const uint gfo_flag_LST_KEEP = 0x00000200;
6
const uint gfo_flag_LEVEL_MSK = 0x00FF0000;
7
-const byte gfo_flagShift_LEVEL = 16;
8
+const bytex gfo_flagShift_LEVEL = 16;
9
10
void gffnames_ref(GffNames* &n) {
11
if (n==NULL) n=new GffNames();
12
13