Skip to content

Commit

Permalink
correct return value of Random.next() trap in javaUtilRandom.go
Browse files Browse the repository at this point in the history
  • Loading branch information
texadactyl committed Aug 13, 2024
1 parent 594e504 commit 9c53b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gfunction/javaUtilRandom.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func Load_Util_Random() {
GFunction: randomInitLong,
}

MethodSignatures["java/util/Random.next(I)V"] =
MethodSignatures["java/util/Random.next(I)I"] =
GMeth{
ParamSlots: 1,
GFunction: trapFunction,
Expand Down

0 comments on commit 9c53b80

Please sign in to comment.