aboutsummaryrefslogtreecommitdiff
path: root/tools/301_solve_file/solve_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/301_solve_file/solve_file.c')
-rw-r--r--tools/301_solve_file/solve_file.c2
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 cefc608..a772e95 100644
--- a/tools/301_solve_file/solve_file.c
+++ b/tools/301_solve_file/solve_file.c
@@ -33,7 +33,7 @@ void run(void) {
33} 33}
34 34
35int main(int argc, char **argv) { 35int main(int argc, char **argv) {
36 char filename[255], dataid[NISSY_DATAID_SIZE], *scrfilename; 36 char filename[255], dataid[NISSY_SIZE_DATAID], *scrfilename;
37 FILE *scrfile; 37 FILE *scrfile;
38 38
39 if (argc < 3) { 39 if (argc < 3) {

Generated with cgit - Back to sebastiano.tronto.net