Files
Megapixels/src
Colin cf2553033f fix missing printf specifiers
fixes these warnings:
> ../src/main.c: In function 'capture_completed':
> ../src/main.c:321:9: error: format not a string literal and no format arguments -Werror=format-security
>   321 |         snprintf(last_path, sizeof(last_path), args->fname);
>       |         ^~~~~~~~
> ../src/process_pipeline.c: In function 'setup_capture':
> ../src/process_pipeline.c:165:9: error: format not a string literal and no format arguments [-Werror=format-security]
>   165 |         snprintf(burst_dir, sizeof(burst_dir), tempdir);
>       |         ^~~~~~~~

otherwise, `args->fname` and `tempdir` themself would be interpreted
as the specifier.
2025-06-01 20:28:51 +00:00
..
2022-06-21 14:50:05 +02:00
2021-11-13 00:06:11 +11:00
2021-11-13 00:06:11 +11:00
2022-06-21 14:50:05 +02:00
2022-06-21 14:50:05 +02:00
2025-06-01 20:28:51 +00:00
2024-07-15 19:36:55 +02:00
2021-11-13 00:06:11 +11:00
2023-07-11 23:43:23 +02:00
2023-07-11 23:43:23 +02:00