fix parm offset bug

This commit is contained in:
mwells 2014-07-01 10:13:57 -06:00
parent f8da7c5b83
commit e54a250790

View File

@ -7770,7 +7770,8 @@ void Parms::init ( ) {
"Strings without spaces that exceed this "
"width are not split.";
m->m_cgi = "sw";
m->m_off = (char *)&cr.m_summaryMaxWidth - x;
//m->m_off = (char *)&cr.m_summaryMaxWidth - x;
m->m_off = (char *)&si.m_summaryMaxWidth - x;
m->m_type = TYPE_LONG;
m->m_defOff= (char *)&cr.m_summaryMaxWidth - x;
m->m_group = 0;