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

Resolve GCC warning.

parent 16749a4b
No related branches found
No related tags found
No related merge requests found
......@@ -336,7 +336,7 @@ bool sbbs_t::netmail(const char *into, const char *title, long mode)
pt_zone_kludge(hdr,fido);
/* TZUTC (FSP-1001) */
int tzone=smb_tzutc(sys_timezone(&cfg));
char* minus="";
const char* minus="";
if(tzone<0) {
minus="-";
tzone=-tzone;
......
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