Skip to content
Snippets Groups Projects
Commit 0647142c authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Silence odd warning... I would expect these to be the same type

save const, but apparently they're not. *shrug*
parent 98e05e2f
No related branches found
No related tags found
No related merge requests found
Pipeline #5645 failed
......@@ -203,7 +203,7 @@ static int syslog(int level, char *fmt, ...)
NULL, // no user security identifier
1, // one string
0, // no data
&p, // pointer to string array
(LPCSTR*)&p, // pointer to string array
NULL); // pointer to data
return(retval);
......
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