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

Try another fix for the GCC warning

That doesn't trigger a Coverity defect this time (CID 470457)
parent a32f6c0c
No related branches found
No related tags found
No related merge requests found
Pipeline #4963 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;
int ch;
uchar 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