Changeset 148


Ignore:
Timestamp:
Nov 28, 2007, 9:15:59 PM (17 years ago)
Author:
katerina
Message:

Fix overwrite of ErrFlags (functionality bug).

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r147 r148  
    1313dnl start
    1414dnl
    15 AM_INIT_AUTOMAKE(samhain, 2.4.1)
     15AM_INIT_AUTOMAKE(samhain, 2.4.1a)
    1616AC_CANONICAL_HOST
    1717
  • trunk/src/sh_utils.c

    r137 r148  
    964964  taus_svec[0] = taus_get_long (&(skey->rng0[0]));
    965965  taus_svec[1] = taus_get_long (&(skey->rng1[0]));
    966   taus_svec[2] = taus_get_long (&(skey->rng2[2]));
     966  taus_svec[2] = taus_get_long (&(skey->rng2[0]));
    967967  taus_svec[3] = taus_get_long (&(skey->rng0[0]));
    968968  taus_svec[4] = taus_get_long (&(skey->rng1[0]));
Note: See TracChangeset for help on using the changeset viewer.