opnsense-ports/biology/cufflinks/files/patch-src_gff.cpp
Franco Fichtner 7ad553460a */*: sync with upstream
Taken from: FreeBSD
2022-07-28 13:24:39 +02:00

11 lines
458 B
C++

--- src/gff.cpp.orig 2022-07-28 03:24:45 UTC
+++ src/gff.cpp
@@ -21,7 +21,7 @@ const uint gfo_flag_BY_EXON = 0x00000020; //c
const uint gfo_flag_DISCARDED = 0x00000100;
const uint gfo_flag_LST_KEEP = 0x00000200;
const uint gfo_flag_LEVEL_MSK = 0x00FF0000;
-const byte gfo_flagShift_LEVEL = 16;
+const bytex gfo_flagShift_LEVEL = 16;
void gffnames_ref(GffNames* &n) {
if (n==NULL) n=new GffNames();