소스 검색

Explicitly cast len to size_t

The mg_vsnprintf takes a size_t count but len is an integer. The value of
len should be greater than 0 from the previous statements so should be
safe to cast to size_t.
Matt Clarkson 10 년 전
부모
커밋
82207dec8d

아직 변경 데이터를 사용할 수 없습니다.