diff options
Diffstat (limited to 'test/023_io_LST_write')
| -rw-r--r-- | test/023_io_LST_write/io_LST_write_tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/023_io_LST_write/io_LST_write_tests.c b/test/023_io_LST_write/io_LST_write_tests.c index f041864..363bc6d 100644 --- a/test/023_io_LST_write/io_LST_write_tests.c +++ b/test/023_io_LST_write/io_LST_write_tests.c | |||
| @@ -16,7 +16,7 @@ void run(void) { | |||
| 16 | } else if (!issolvable(cube)) { | 16 | } else if (!issolvable(cube)) { |
| 17 | printf("Cube is not solvable\n"); | 17 | printf("Cube is not solvable\n"); |
| 18 | } else { | 18 | } else { |
| 19 | writecube("LST", cube, str); | 19 | writecube("LST", cube, STRLENMAX, str); |
| 20 | printf("%s\n", str); | 20 | printf("%s\n", str); |
| 21 | } | 21 | } |
| 22 | } | 22 | } |
