Skip to content

Commit 6c65a0d

Browse files
committed
fix
1 parent 0369f0a commit 6c65a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/ctu.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ namespace CTU {
8787
nonneg int myArgNr{};
8888
std::string myArgumentName;
8989
Location location;
90-
MathLib::bigint value;
90+
MathLib::bigint value{};
9191
std::string toString() const;
9292
};
9393

0 commit comments

Comments
 (0)