This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 9964 for ps


Ignore:
Timestamp:
08/04/11 23:36:57 (13 years ago)
Author:
philip
Message:

Fix build with old GCC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/source/maths/Random.h

    r9955 r9964  
    9595        if (x.index != y.index)
    9696            return false;
    97         for (uint32_t i = 0; i < ARRAY_SIZE(state); ++i)
     97        for (uint32_t i = 0; i < ARRAY_SIZE(x.state); ++i)
    9898            if (x.state[i] != y.state[i])
    9999                return false;
Note: See TracChangeset for help on using the changeset viewer.