X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=BOINC%20software%2FBOINC%20client%20apps%2Fdistrrtgen_cuda%2Frcuda_ext.cpp;fp=BOINC%20software%2FBOINC%20client%20apps%2Fdistrrtgen_cuda%2Frcuda_ext.cpp;h=74b8d9e37ad4590b1e8d8fa9748cf99ac95529dd;hb=866b5a58b1bace57fa9da5a9d72bf4823304108f;hp=86f31ecc948d529eeb5bce83857cab7b0127e817;hpb=bc29e5b656a25ef7a5b1bc663c4326b2057592f1;p=freerainbowtables diff --git a/BOINC software/BOINC client apps/distrrtgen_cuda/rcuda_ext.cpp b/BOINC software/BOINC client apps/distrrtgen_cuda/rcuda_ext.cpp index 86f31ec..74b8d9e 100644 --- a/BOINC software/BOINC client apps/distrrtgen_cuda/rcuda_ext.cpp +++ b/BOINC software/BOINC client apps/distrrtgen_cuda/rcuda_ext.cpp @@ -26,7 +26,7 @@ void CudaCWCExtender::Init(void) { plainCharSet.clear(); hashName = CChainWalkContext::m_sHashRoutineName; - std::transform(hashName.begin(), hashName.end(), hashName.begin(), tolower); + std::transform(hashName.begin(), hashName.end(), hashName.begin(), ::tolower); if(hashName.compare("lm") == 0) hash = rcuda::RHASH_LM; else if(hashName.compare("md4") == 0)