X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=src%2FRand.cpp;h=ee439c3d96dc9b24f1f8d87c391c503c3aaef099;hb=HEAD;hp=c82b83f0c067fb2644bd4207d5359e379aef88e9;hpb=7975d02c6c1ee679a236087e86955c086f1a9a8e;p=crypto_lab3.git diff --git a/src/Rand.cpp b/src/Rand.cpp index c82b83f..ee439c3 100644 --- a/src/Rand.cpp +++ b/src/Rand.cpp @@ -57,7 +57,7 @@ void Rand::readRand(char* to, int size) static fstream ifs(RANDOM_SOURCE, ios_base::in); if (!ifs) { - cerr << "Unable to read the random source: " << RANDOM_SOURCE << endl; + cerr << "Unable to read the random source: " << RANDOM_SOURCE << endl; throw 1; }