aboutsummaryrefslogtreecommitdiff
path: root/src/nissy.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-03-26 19:22:50 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-03-26 19:22:50 +0100
commit83338a2f753ebbb7ba7b154cc60b2f427b6121b0 (patch)
tree149efb6a0b835fd6b3d89f7fd7808f8eed8e0288 /src/nissy.c
parent56048d13b73ec6e6a9c59d62e82f41e69a3994bd (diff)
downloadnissy-core-83338a2f753ebbb7ba7b154cc60b2f427b6121b0.tar.gz
nissy-core-83338a2f753ebbb7ba7b154cc60b2f427b6121b0.zip
Added inverse coordinate for CO
this is necessary for DR coordinate
Diffstat (limited to '')
-rw-r--r--src/nissy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nissy.c b/src/nissy.c
index e8a6550..738d6e1 100644
--- a/src/nissy.c
+++ b/src/nissy.c
@@ -620,7 +620,7 @@ nissy_countmoves(
620 if (moves == NULL) 620 if (moves == NULL)
621 return NISSY_ERROR_NULL_POINTER; 621 return NISSY_ERROR_NULL_POINTER;
622 622
623 return readmoves(moves, INT_MAX, NULL); 623 return countmoves(moves);
624} 624}
625 625
626long long 626long long

Generated with cgit - Back to sebastiano.tronto.net