diff options
Diffstat (limited to 'sci-biology/arb/files/5.1-bfr-overflow.patch')
-rw-r--r-- | sci-biology/arb/files/5.1-bfr-overflow.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sci-biology/arb/files/5.1-bfr-overflow.patch b/sci-biology/arb/files/5.1-bfr-overflow.patch deleted file mode 100644 index 21d21f5ac17f..000000000000 --- a/sci-biology/arb/files/5.1-bfr-overflow.patch +++ /dev/null @@ -1,16 +0,0 @@ - ARB_GDE/GDE_HGLfile.cxx | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/ARB_GDE/GDE_HGLfile.cxx b/ARB_GDE/GDE_HGLfile.cxx -index e353a89..f69635a 100644 ---- a/ARB_GDE/GDE_HGLfile.cxx -+++ b/ARB_GDE/GDE_HGLfile.cxx -@@ -494,7 +494,7 @@ void ReadGDE(char *filename,NA_Alignment *dataset,int type) - if(this_elem->id[0] == '\0') - strncpy(this_elem->id,uniqueID(),79); - if(this_elem->short_name[0] == '\0') -- strncpy(this_elem->short_name,this_elem->id,79); -+ strncpy(this_elem->short_name,this_elem->id,31); - if(this_elem->seqlen == 0) - this_elem->protect= - PROT_BASE_CHANGES+ |