(trunk daemon) #4594 "corrupted status string" -- fixed.
This commit is contained in:
parent
82595e8ad8
commit
8a90847072
|
@ -817,6 +817,10 @@ getStatusString( tr_benc * t, char * buf, size_t buflen )
|
|||
}
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
tr_strlcpy( buf, "Unknown", buflen );
|
||||
break;
|
||||
}
|
||||
|
||||
return buf;
|
||||
|
|
Loading…
Reference in New Issue