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

Fixed gcc -Wall warnings.

parent a6f95bde
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ bool sbbs_t::logon()
sprintf(str,"%stooslow.msg",cfg.text_dir);
if(fexist(str))
printfile(str,0);
sprintf(str,"(%04u) %-25s Modem speed: %u<%u"
sprintf(str,"(%04u) %-25s Modem speed: %lu<%u"
,useron.number,useron.alias,cur_rate,cfg.node_minbps);
logline("+!",str);
return(false); }
......
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