mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-01-19 14:29:34 +08:00
trival
This commit is contained in:
parent
eea016cab4
commit
a33133c3de
@ -359,7 +359,7 @@ int read_file(const char * file,char * &output)
|
|||||||
else if(len<0)
|
else if(len<0)
|
||||||
{
|
{
|
||||||
buf[0]=0;
|
buf[0]=0;
|
||||||
mylog(log_error,"read fail %d\n");
|
mylog(log_error,"read fail %d\n",len);
|
||||||
return -3;
|
return -3;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user