We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a8033 commit 69d0662Copy full SHA for 69d0662
1 file changed
src/REL/Version.cpp
@@ -22,7 +22,7 @@ namespace REL
22
return std::nullopt;
23
}
24
25
- Version version;
+ Version version;
26
std::istringstream ss(std::string(static_cast<const char*>(verBuf), verLen));
27
std::string token;
28
for (std::size_t i = 0; i < 4 && std::getline(ss, token, '.'); ++i) {
0 commit comments