Introduction
Introduction Statistics Contact Development Disclaimer Help
remove parsing "--" - smu - smu - simple markup (Markdown) processor (fork, fix…
git clone git://git.codemadness.org/smu
Log
Files
Refs
README
LICENSE
---
commit 37f6db9f41353d1f93c9a56f06333f2c5223c7c9
parent 17b1b9066c0915acb506e014d65aa7f70aaa29e3
Author: Hiltjo Posthuma <[email protected]>
Date: Tue, 11 May 2021 02:19:52 +0200
remove parsing "--"
Diffstat:
M smu.c | 4 ----
1 file changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/smu.c b/smu.c
@@ -713,10 +713,6 @@ main(int argc, char *argv[])
nohtml = 1;
else if (argv[i][0] != '-' || !strcmp("-h", argv[i]))
usage(argv);
- else if (!strcmp("--", argv[i])) {
- i++;
- break;
- }
else
usage(argv);
}
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.