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

zonestr() was renamed smb_zonestr().

parent 47084e67
No related branches found
No related tags found
No related merge requests found
......@@ -271,7 +271,7 @@ void __fastcall TConfigWizard::FormShow(TObject *Sender)
strcpy(str,tz_str[i]);
TimeZoneComboBox->Items->Add(str);
}
sprintf(str,"Other (%s)",zonestr(scfg.sys_timezone));
sprintf(str,"Other (%s)",smb_zonestr(scfg.sys_timezone,NULL));
TimeZoneComboBox->Items->Add(str);
for(i=0;i<sizeof(tz_val)/sizeof(tz_val[0]);i++)
......
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