workaround for GCC
parent
24da4fe0db
commit
a70f0cfcd6
|
|
@ -204,7 +204,8 @@ int main(int argc, char *argv[])
|
||||||
if (command == "mt")
|
if (command == "mt")
|
||||||
{
|
{
|
||||||
MaurerRandomnessTest mt;
|
MaurerRandomnessTest mt;
|
||||||
FileStore(argv[2]).TransferAllTo(mt);
|
FileStore fs(argv[2]);
|
||||||
|
fs.TransferAllTo(mt);
|
||||||
cout << "Maurer Test Value: " << mt.GetTestValue() << endl;
|
cout << "Maurer Test Value: " << mt.GetTestValue() << endl;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue