]> git.sesse.net Git - freerainbowtables/blobdiff - Common/rt api/Public.cpp
distrrtgen fixes
[freerainbowtables] / Common / rt api / Public.cpp
index 66e8ce46638521020d0dc13b4f76bd3c3e171403..57c9fe13674062b8737d325ef93ce44671c1e3ba 100644 (file)
@@ -125,6 +125,9 @@ bool GetHybridCharsets(string sCharset, vector<tCharset>& vCharset)
 bool boinc_ReadLinesFromFile(string sPathName, vector<string>& vLine)
 {
        vLine.clear();
+       vLine.push_back("loweralpha-space            = [abcdefghijklmnopqrstuvwxyz ]");
+       vLine.push_back("loweralpha                  = [abcdefghijklmnopqrstuvwxyz]");
+/*
        char input_path[512];
        boinc_resolve_filename(sPathName.c_str(), input_path, sizeof(input_path));
        FILE *file = boinc_fopen(input_path, "rb");
@@ -166,7 +169,7 @@ bool boinc_ReadLinesFromFile(string sPathName, vector<string>& vLine)
        }
        else
                return false;
-
+               */
        return true;
 }
 #endif