Skip to content
Snippets Groups Projects
Commit 69e7dc7a authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix new GCC warning: case label value exceeds maximum value for type

resulting from commit 5e754ea8

Fix for issue #678
parent 021b119f
No related branches found
No related tags found
No related merge requests found
Pipeline #4959 passed
......@@ -115,7 +115,7 @@ int chat(scfg_t *cfg, int nodenum, node_t *node, box_t *boxch, void(*timecallbac
char outpath[MAX_PATH];
char usrname[128] = "Unknown user";
char *p;
char ch;
int ch;
time_t now;
time_t last_nodechk=0;
struct text_info ti;
......
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