From rswindell@VERT to CVS commit on Mon Nov 23 00:48:51 2015
src/sbbs3 bulkmail.cpp 1.32 1.33 js_msgbase.c 1.190 1.191 qwktomsg.cpp 1.56 1.57
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv26477
Modified Files:
bulkmail.cpp js_msgbase.c qwktomsg.cpp
Log Message:
Use the actual smb_hfield_add_netaddr() function rather than the backward compatibility macro - no functional change.
From rswindell@VERT to CVS commit on Mon Nov 23 02:31:58 2015
src/sbbs3 bulkmail.cpp 1.33 1.34 js_msgbase.c 1.191 1.192 qwktomsg.cpp 1.57 1.58
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv31851
Modified Files:
bulkmail.cpp js_msgbase.c qwktomsg.cpp
Log Message:
Revert the last commit to these files:
It turns out there was actually a reason to use the macro (fewer arguments). Oops.