Skip to content
Snippets Groups Projects
Commit 4bfe1201 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 9c7e3921
Branches
Tags
1 merge request!455Update branch with changes from master
......@@ -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.
Please register or to comment