Introduction
Introduction Statistics Contact Development Disclaimer Help
Style fix - noice - small file browser (mirror / fork from 2f30.org)
git clone git://git.codemadness.org/noice
Log
Files
Refs
README
LICENSE
---
commit 5d920bf5850b8f117760d0e97a5531891b3227bd
parent 3655cafcf4641e99d3098a148f453bc61f1426bd
Author: sin <[email protected]>
Date: Sat, 24 Aug 2019 12:41:41 +0100
Style fix
Diffstat:
M nopen.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nopen.c b/nopen.c
@@ -91,7 +91,7 @@ main(int argc, char *argv[])
r = 0;
parserules();
- for (; *argv != NULL; argv++) {
+ for (; argv[0] != NULL; argv++) {
struct rule *rule;
if ((rule = matchrule(argv[0])) == NULL)
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.