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

Log an error if putmsgptrs() fails (e.g. out of disk space?).

parent b152f248
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,8 @@ void sbbs_t::getmsgptrs()
void sbbs_t::putmsgptrs()
{
::putmsgptrs(&cfg,&useron,subscan);
if(!::putmsgptrs(&cfg,&useron,subscan))
errormsg(WHERE, ERR_WRITE, "message pointers", 0);
}
static void ProgressSearchingUsers(void* cbdata, int count, int total)
......
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