diff options
Diffstat (limited to 'tools/301_solve_file')
| -rw-r--r-- | tools/301_solve_file/solve_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/301_solve_file/solve_file.c b/tools/301_solve_file/solve_file.c index 110c7d2..fcc018d 100644 --- a/tools/301_solve_file/solve_file.c +++ b/tools/301_solve_file/solve_file.c | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | char *solver; | 7 | char *solver; |
| 8 | int64_t size = 0, N = 0; | 8 | int64_t size = 0, N = 0; |
| 9 | char *buf; | 9 | unsigned char *buf; |
| 10 | char scrambles[MAX_SCR][MAX_SCR_LEN]; | 10 | char scrambles[MAX_SCR][MAX_SCR_LEN]; |
| 11 | 11 | ||
| 12 | void run(void) { | 12 | void run(void) { |
