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

SAFEPRINTF->SAFEPRINTF2 :-/

parent b8e01283
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ void sbbs_t::scansubs(long mode) ...@@ -80,7 +80,7 @@ void sbbs_t::scansubs(long mode)
found=listsub(usrsub[curgrp][i],SCAN_FIND,0,str); found=listsub(usrsub[curgrp][i],SCAN_FIND,0,str);
subs_scanned++; subs_scanned++;
} }
SAFEPRINTF(tmp, "searched %lu sub-boards for '%s'", subs_scanned, str); SAFEPRINTF2(tmp, "searched %lu sub-boards for '%s'", subs_scanned, str);
logline(nulstr,tmp); logline(nulstr,tmp);
if(!found) if(!found)
CRLF; CRLF;
......
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