Skip to content

Commit 6ff10a2

Browse files
Update vf_analyzers.cpp
1 parent 35e94c2 commit 6ff10a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/vf_analyzers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ struct ValueFlowAnalyzer : Analyzer {
717717
ProgramMemory pm = pms.get(tok, ctx, getProgramState());
718718
MathLib::bigint out = 0;
719719
if (pm.getContainerEmptyValue(tok->exprId(), out))
720-
return {static_cast<int>(out)};
720+
return {out};
721721
return {};
722722
}
723723
return {};

0 commit comments

Comments
 (0)