mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
CppCheck: Tried to classify and marked some lines that weird.
This commit is contained in:
parent
cd23a2ecaf
commit
900389d857
7 changed files with 7 additions and 1 deletions
|
|
@ -233,6 +233,7 @@ void sha1_update( sha1_context *ctx, const unsigned char *input, size_t ilen )
|
|||
size_t fill;
|
||||
uint32_t left;
|
||||
|
||||
// TODO:: Syphurith: Orz. It is said that size_t is an unsigned type..
|
||||
if( ilen <= 0 )
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue