Skip to content

Commit 531ef66

Browse files
committed
return false if something goes wrong
1 parent 61857a8 commit 531ef66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dbc.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ bool parseVal(const std::string& str, VALObject& obj) {
136136
}
137137
}
138138
}
139+
return false;
139140
}
140141

141142
} // anonymous namespace

0 commit comments

Comments
 (0)