зеркало из https://github.com/github/codeql.git
Fix typo, replace `getBytes` with `nextBytes`
This commit is contained in:
Родитель
abe3a816ce
Коммит
fe4eef0bcb
|
@ -103,7 +103,7 @@ class StdlibRandomSource extends RandomDataSource {
|
|||
}
|
||||
|
||||
override Expr getOutput() {
|
||||
if m.hasName("getBytes") then result = this.getArgument(0) else result = this
|
||||
if m.hasName("nextBytes") then result = this.getArgument(0) else result = this
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче