X-Git-Url: https://git.sesse.net/?p=freerainbowtables;a=blobdiff_plain;f=Client%20Applications%2Frcracki_mt%2FRTI2Reader.h;fp=Client%20Applications%2Frcracki_mt%2FRTI2Reader.h;h=e0f5ed4854465c473838525aeb1d4ab54edecfe2;hp=35450359f5f4bf1ae197de6e4d0b53df7a330974;hb=86bbf0fd5ba4e07d3279b4179fd8fc808198eaae;hpb=0fb676244827a448dc60118d6558c4a4e346ffee diff --git a/Client Applications/rcracki_mt/RTI2Reader.h b/Client Applications/rcracki_mt/RTI2Reader.h index 3545035..e0f5ed4 100644 --- a/Client Applications/rcracki_mt/RTI2Reader.h +++ b/Client Applications/rcracki_mt/RTI2Reader.h @@ -59,7 +59,7 @@ private: public: RTI2Reader(string Filename); ~RTI2Reader(void); - int ReadChains(unsigned int &numChains, RainbowChainO *pData); + int ReadChains(uint32 &numChains, RainbowChainO *pData); unsigned int GetChainsLeft(); static RTI2Header *GetHeader() { return m_pHeader; } };