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

Using new smblib function name: smb_incmsgdat().

parent 53651eb4
No related branches found
No related tags found
No related merge requests found
......@@ -1085,7 +1085,7 @@ void packmsgs(ulong packable)
if(m<datoffsets) { /* another index pointed to this data */
printf("duplicate index\n");
msg.hdr.offset=datoffset[m].new;
smb_incdat(&smb,datoffset[m].new,smb_getmsgdatlen(&msg),1);
smb_incmsgdat(&smb,datoffset[m].new,smb_getmsgdatlen(&msg),1);
} else {
if(!(smb.status.attr&SMB_HYPERALLOC))
......
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