mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-04 14:02:17 +08: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…
Reference in a new issue