Permalink
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/lib/shared/SerialKey.cpp
|
|
@@ -34,7 +34,7 @@ SerialKey::SerialKey(std::string serial) : |
|
|
{
|
|
|
string plainText = decode(serial);
|
|
|
if (!plainText.empty()) {
|
|
|
- parse(serial);
|
|
|
+ parse(plainText);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
0 comments on commit
dce4b38