C++: Fix copy/paste error.

This commit is contained in:
Mathias Vorreiter Pedersen
2021-02-01 16:45:07 +01:00
parent 9db19613d6
commit be9908df87

View File

@@ -70,7 +70,7 @@ private class SscanfModel extends ArrayFunction, TaintFunction, AliasFunction, S
buffer = true and
i =
[
this.(ScanfFunction).getFormatParameterIndex(),
this.(ScanfFunction).getInputParameterIndex(),
this.(ScanfFunction).getFormatParameterIndex(), getLocaleParameterIndex()
]
}