Skip to content
Snippets Groups Projects
Commit c0e50b48 authored by deuce's avatar deuce
Browse files

zoenstr() renamed to smb_zonestr()

parent 3f5ef1ae
No related branches found
No related tags found
No related merge requests found
......@@ -753,7 +753,7 @@ void msg_opts()
sprintf(opt[i++],"%-33.33s%s"
,"BBS ID for QWK Packets",cfg.sys_id);
sprintf(opt[i++],"%-33.33s%s"
,"Local Time Zone",zonestr(cfg.sys_timezone));
,"Local Time Zone",smb_zonestr(cfg.sys_timezone,NULL));
sprintf(opt[i++],"%-33.33s%u seconds"
,"Maximum Retry Time",cfg.smb_retry_time);
if(cfg.max_qwkmsgs)
......
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