remove build warning

git-svn-id: svn://10.0.0.236/trunk@60876 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com
2000-02-15 14:38:05 +00:00
parent 1042f52101
commit effda7be0b

View File

@@ -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. */