home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Devil's Doorknob BBS Capture (1996-2003)
/
devilsdoorknobbbscapture1996-2003.iso
/
Dloads
/
WWIVMODS
/
MODSUNKN.ZIP
/
MSGQUOT7.MOD
< prev
next >
Wrap
Text File
|
1990-07-11
|
814b
|
22 lines
Goose #15 @7302
Sun Jul 08 12:12:40 1990
OK, hopefully this will be the last fix for the message quote mod. This fixes
the problem where characters are sometimes dropped from the right end of the
line when a message is quoted.
The change is in MSGBASE1.C, void quote_message. Look for the following code
and add the four lines as shown:
while ((b[l1]!=32) && (lc>0)) {
--l1; --l2; --lc;
if (b[l1]==3) {
lc+=2;
l2++;
}
if (b[l1]==1) { /* mod - new */
l2+=3; /* mod - new */
lc+=3; /* mod - new */
} /* mod - new */
}
3«« 2Goose 3»»0