Fixes minor bugs 173386 and 173381: added typecast and chmod.
This commit is contained in:
parent
fd3b347f1a
commit
68852b48e4
|
@ -1 +1 @@
|
|||
1163
|
||||
1164
|
||||
|
|
|
@ -53,7 +53,7 @@ compute_hash(ikp str){
|
|||
|
||||
ikp
|
||||
ikrt_string_hash(ikp str){
|
||||
return compute_hash(str) & (~ fx_mask);
|
||||
return (ikp)(compute_hash(str) & (~ fx_mask));
|
||||
}
|
||||
|
||||
static int strings_eqp(ikp str1, ikp str2){
|
||||
|
|
Loading…
Reference in New Issue