diff options
Diffstat (limited to 'src/solvers/coord/eo.h')
| -rw-r--r-- | src/solvers/coord/eo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solvers/coord/eo.h b/src/solvers/coord/eo.h index 7735319..b963832 100644 --- a/src/solvers/coord/eo.h +++ b/src/solvers/coord/eo.h | |||
| @@ -44,7 +44,7 @@ STATIC cube_t | |||
| 44 | coordinate_eo_cube(uint64_t c, const unsigned char *data) | 44 | coordinate_eo_cube(uint64_t c, const unsigned char *data) |
| 45 | { | 45 | { |
| 46 | cube_t cube = SOLVED_CUBE; | 46 | cube_t cube = SOLVED_CUBE; |
| 47 | set_eo(&cube, (int64_t)c); | 47 | set_eo(&cube, c); |
| 48 | return cube; | 48 | return cube; |
| 49 | } | 49 | } |
| 50 | 50 | ||
