Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 39 |
Nodes: | 6 (0 / 6) |
Uptime: | 60:48:31 |
Calls: | 171 |
Files: | 116 |
Messages: | 63,061 |
Just a test...
The MSGID could use work but aside from that.. all good.. :)
Thanks, it should be sorted now.. for some reason linux doesn't like it when you
do :
somestringstream.str().c_str()
I have to do:
std::string somestring = somestringstream.str();
then somestring.c_str();
As a side note though, I never received (at least not yet) the original message with the 'bad' message id here.