mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Change for issue #95
This commit is contained in:
parent
d67cfaa3a4
commit
830f660ccc
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ class Xxtea
|
||||||
return $aV;
|
return $aV;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static function int32(int $iN) : int
|
private static function int32($iN) : int
|
||||||
{
|
{
|
||||||
return $iN & 0xffffffff;
|
return $iN & 0xffffffff;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue