Skip to content

Commit 35a67a4

Browse files
authored
Merge pull request #116 from kobanium/ver-9.0
Refactoring
2 parents d247d9b + 305a783 commit 35a67a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SearchBoard.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ search_game_info_t::search_game_info_t( const game_info_t *src )
7171
memcpy(pat, src->pat, sizeof(pattern_t) * BOARD_MAX);
7272
memcpy(string_id, src->string_id, sizeof(int) * STRING_POS_MAX);
7373
memcpy(string_next, src->string_next, sizeof(int) * STRING_POS_MAX);
74-
memcpy(candidates, src->candidates, sizeof(bool) * BOARD_MAX);
74+
memcpy(candidates, src->candidates, sizeof(bool) * BOARD_MAX);
7575

7676
for (int i = 0; i < MAX_STRING; i++) {
7777
if (src->string[i].flag) {

0 commit comments

Comments
 (0)