Skip to content
Snippets Groups Projects
Commit 1ea07451 authored by Steven Murray's avatar Steven Murray Committed by Steven Murray
Browse files

Explcitly converting void * to char *

parent 2200b1c8
Branches
Tags v0.0-14
No related merge requests found
......@@ -613,5 +613,5 @@ char *sstrerror(int n)
int buflen = 80;
Cglobals_get(&sstrerror_key,&buf,buflen);
return(sstrerror_r(n,buf,buflen));
return(sstrerror_r(n,(char *)buf,buflen));
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment