Improve diagnostic of crash

This commit is contained in:
Stas Degteff
2011-10-19 23:31:31 +00:00
parent bb57161a23
commit 8017245714
2 changed files with 6 additions and 5 deletions

View File

@@ -306,8 +306,6 @@ void GMsgList::print_line(uint idx, uint pos, bool isbar) {
int tosiz = mlst_tosiz + fldadd1;
int resiz = mlst_resiz + fldadd2;
GFTRK("GMsgList::print_line");
ReadMlst(idx);
MLst* ml = mlst[idx];
@@ -392,8 +390,6 @@ void GMsgList::print_line(uint idx, uint pos, bool isbar) {
}
goldmark = ml->goldmark;
GFTRK(0);
}