diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-29 12:12:43 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-29 12:12:43 +0200 |
| commit | ea0387796a349c91032fbcb10f50c6ad8607b0f6 (patch) | |
| tree | aed484690d24c0c28c7695d4b5389f2e3c341b96 /src/solvers/coord/eo.h | |
| parent | 52c21640508c3fc668107778ae027ff4428ebd89 (diff) | |
| download | nissy-core-ea0387796a349c91032fbcb10f50c6ad8607b0f6.tar.gz nissy-core-ea0387796a349c91032fbcb10f50c6ad8607b0f6.zip | |
All coordinates unsigned
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 | ||
