We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017622a commit 7402c75Copy full SHA for 7402c75
src/read.cpp
@@ -180,6 +180,7 @@ bool Read::fixMGI() {
180
int len = mName->length();
181
if((*mName)[len-1]=='1' || (*mName)[len-1]=='2') {
182
if((*mName)[len-2] == '/') {
183
+ delete mName;
184
mName = new string(mName->substr(0, len-2) + " " + mName->substr(len-2, 2));
185
return true;
186
}
0 commit comments