]> git.sesse.net Git - freerainbowtables/blobdiff - Common/rt api/Public.cpp
misc fixes stemming from issues with my #ifdef 0 and a commented out include
[freerainbowtables] / Common / rt api / Public.cpp
index b42c954918123518222083caa999476cf45c2118..dc23bace726e0eb756b02ef28074b81224b5ca5d 100644 (file)
@@ -209,7 +209,7 @@ bool GetHybridCharsets(string sCharset, vector<tCharset>& vCharset)
 bool boinc_ReadLinesFromFile(string sPathName, vector<string>& vLine)
 {
        vLine.clear();
-#ifdef 0
+#ifdef USE_INTEGRATED_CHARSET
        vLine.push_back("byte                        = []");
        vLine.push_back("alpha                       = [ABCDEFGHIJKLMNOPQRSTUVWXYZ]");
        vLine.push_back("alpha-space                 = [ABCDEFGHIJKLMNOPQRSTUVWXYZ ]");