]> git.sesse.net Git - freerainbowtables/blobdiff - Client Applications/rcracki_mt/RTI2Reader.h
0.6.5 release synced from rcracki.sourceforge.net
[freerainbowtables] / Client Applications / rcracki_mt / RTI2Reader.h
index c3fc3bbf87ac63ba7a44f2730970db3c7ec525eb..cd36e7db26c693943dde77b3cdd30e3720aa6ee3 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright 2010 DaniĆ«l Niggebrugge <niggebrugge@fox-it.com>
  * Copyright 2010 James Nobis <frt@quelrod.net>
  *
- * This file is part of racrcki_mt.
+ * This file is part of rcracki_mt.
  *
  * rcracki_mt is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -49,12 +49,12 @@ class RTI2Reader : BaseRTReader
 {
 private:
        FILE *m_pFile;
-       unsigned int m_chainPosition;
+       UINT4 m_chainPosition;
        unsigned char *m_pPos, *m_pChainPos;
        static RTI2Header *m_pHeader;
        unsigned char *m_pIndex;
-       unsigned int m_chainsizebytes;
-       unsigned int m_indexrowsizebytes;
+       UINT4 m_chainsizebytes;
+       UINT4 m_indexrowsizebytes;
        
 
 public: