fix
Some checks failed
pyrite-dev/taiga/pipeline/head There was a failure building this commit

This commit is contained in:
Nishi 2026-03-10 17:15:23 +09:00
commit 430138b0fe
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -176,7 +176,7 @@ static int scan(const char* top, const char* path) {
int action_markdown_dir(int argc, char** argv) {
int i;
if(argc != 1) {
if(argc < 1) {
fprintf(stderr, "Usage: markdown-dir input [output]\n");
return 1;