scandum / mth

MTH (Mud Telopt Handler) server side TELNET implementation
23 stars 7 forks source link

doc/merc.txt correction #1

Closed msocorcim closed 2 years ago

msocorcim commented 2 years ago

dennis - $ diff merc.txt merc.txt~ 30c30 < iStart += translate_telopts( d, (unsigned char ) bufin, nRead, (unsigned char ) d->inbuf, iStart);

     iStart += translate_telopts(d, bufin, nRead, d->inbuf + iStart);
scandum commented 2 years ago

Thanks, should be fixed now.