]> git.sesse.net Git - freerainbowtables/blobdiff - Common/rt api/Public.cpp
2011 (C)
[freerainbowtables] / Common / rt api / Public.cpp
index b42c954918123518222083caa999476cf45c2118..a3980ffde97ef9736d0bb6ce7d8e2ee533964372 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright (C) Zhu Shuanglei <shuanglei@hotmail.com>
  * Copyright Martin Westergaard Jørgensen <martinwj2005@gmail.com>
  * Copyright 2009, 2010 Daniël Niggebrugge <niggebrugge@fox-it.com>
- * Copyright 2009, 2010 James Nobis <frt@quelrod.net>
+ * Copyright 2009, 2010, 2011 James Nobis <frt@quelrod.net>
  *
  * This file is part of freerainbowtables.
  *
@@ -63,8 +63,8 @@
  
        struct timezone
        {
-               int  tz_minuteswest; /* minutes W of Greenwich */
-               int  tz_dsttime;     /* type of dst correction */
+               int tz_minuteswest; /* minutes W of Greenwich */
+               int tz_dsttime;     /* type of dst correction */
        };
  
        int gettimeofday(struct timeval *tv, struct timezone *tz)
@@ -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 ]");