mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 10:35:40 +08:00
fix signess warning
This commit is contained in:
parent
880255093a
commit
9890823664
@ -318,7 +318,7 @@ static int h_log(int argc, unsigned char ** argv){
|
||||
conf.logname = (unsigned char *)mystrdup((char *)argv[1]);
|
||||
fp = fopen((char *)dologname (tmpbuf, conf.logname, NULL, conf.logtype, conf.logtime), "a");
|
||||
if(!fp){
|
||||
perror(tmpbuf);
|
||||
perror((char *)tmpbuf);
|
||||
return 1;
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user