Fixed Via kludge handling

This commit is contained in:
Alexander S. Aganichev 2001-08-03 17:39:22 +00:00
parent 1e05ab9d67
commit 4e0b33423b

View File

@ -250,7 +250,7 @@ void JamArea::save_message(int __mode, gmsg* __msg, JamHdr& __hdr) {
case CTRL_VIA: case CTRL_VIA:
_loid = JAMSUB_TRACE; _loid = JAMSUB_TRACE;
_maxlen = JAMSUB_TRACE_LEN; _maxlen = JAMSUB_TRACE_LEN;
_offset = 6; _offset = 5;
break; break;
case CTRL_SEENBY: case CTRL_SEENBY:
_loid = JAMSUB_SEENBY2D; _loid = JAMSUB_SEENBY2D;