diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-08 15:16:21 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-08 15:16:21 +0200 |
| commit | e4f356b9592599ad91aac34bf2265c9bcdfbb81f (patch) | |
| tree | 5a95908f9cb9cf5ad7d7802661e1d0c3bc2a0e3a /tools/302_solve_multisol | |
| parent | c5a6ff0443fc9e5e890fe72cb13ea78d4fe2bbcb (diff) | |
| download | nissy-core-e4f356b9592599ad91aac34bf2265c9bcdfbb81f.tar.gz nissy-core-e4f356b9592599ad91aac34bf2265c9bcdfbb81f.zip | |
Some minor changes to the interface.
- Simplified logger to accept only a string, not a variadic list
of args like printf(). This can still use some improvement,
but now it is easier to use from other languages.
- Fixed some misuses of the logger (wrong types etc)
- Renamed some constants
- Fixed some typos in comments.
Diffstat (limited to 'tools/302_solve_multisol')
| -rw-r--r-- | tools/302_solve_multisol/solve_multisol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/302_solve_multisol/solve_multisol.c b/tools/302_solve_multisol/solve_multisol.c index c6ab685..e933a94 100644 --- a/tools/302_solve_multisol/solve_multisol.c +++ b/tools/302_solve_multisol/solve_multisol.c | |||
| @@ -39,7 +39,7 @@ void run(void) { | |||
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | int main(int argc, char **argv) { | 41 | int main(int argc, char **argv) { |
| 42 | char filename[255], dataid[NISSY_DATAID_SIZE]; | 42 | char filename[255], dataid[NISSY_SIZE_DATAID]; |
| 43 | 43 | ||
| 44 | if (argc < 3) { | 44 | if (argc < 3) { |
| 45 | printf("Error: not enough arguments. " | 45 | printf("Error: not enough arguments. " |
