Skip to content
Snippets Groups Projects
Commit 77b3a119 authored by rswindell's avatar rswindell
Browse files

Added todo comment.

parent 5e031c1c
No related branches found
No related tags found
No related merge requests found
......@@ -273,6 +273,9 @@ bool sbbs_t::postmsg(uint subnum, smbmsg_t *remsg, long wm_mode)
return(false);
}
/* ToDo: split body/tail */
/* ToDo: use smb_addmsg instead of the stuff below: */
setvbuf(instream,NULL,_IOFBF,2*1024);
fseek(smb.sdt_fp,offset,SEEK_SET);
xlat=XLAT_NONE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment