remove build warning
git-svn-id: svn://10.0.0.236/trunk@60876 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1406,7 +1406,7 @@ Wallet_GetKey(nsKeyType saveCount, nsKeyType writeCount) {
|
||||
if (NS_FAILED(rv)) {
|
||||
goto backup;
|
||||
}
|
||||
return (((PRUnichar)keyByte1)<<32) + (PRUnichar)keyByte2;
|
||||
return (((PRUnichar)keyByte1)<<8) + (PRUnichar)keyByte2;
|
||||
|
||||
backup:
|
||||
/* Fallback to doing old access. This should never happen. */
|
||||
|
||||
Reference in New Issue
Block a user