diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-11-25 18:03:50 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-11-25 18:03:50 +0100 |
| commit | 4d0b1a53f04f1c5bc95de20fb92b2bd9cf16a895 (patch) | |
| tree | 5294d9b3655031535085a5163c2c5b5cbe7413b1 /tools/301_solve_file | |
| parent | 3ca4814562f6c756e9a110dab7d54cda30267fb1 (diff) | |
| parent | 147b0c3c4615c32478a4923242909b8ae5a30d03 (diff) | |
| download | nissy-core-4d0b1a53f04f1c5bc95de20fb92b2bd9cf16a895.tar.gz nissy-core-4d0b1a53f04f1c5bc95de20fb92b2bd9cf16a895.zip | |
Merge branch 'master' of tronto.net:nissy-core
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 a8f0925..ef9bf2c 100644 --- a/tools/301_solve_file/solve_file.c +++ b/tools/301_solve_file/solve_file.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "../tool.h" | 1 | #include "../tool.h" |
| 2 | 2 | ||
| 3 | #define SOL_BUFFER_LEN 100000 | 3 | #define SOL_BUFFER_LEN 1000000 |
| 4 | #define MAX_SCR 10000 | 4 | #define MAX_SCR 10000 |
| 5 | #define MAX_SCR_LEN 250 | 5 | #define MAX_SCR_LEN 250 |
| 6 | 6 | ||
