This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove contraint on num_args
master
Arun Prakash Jana
8 years ago
parent
b817699b7f
commit
8263c9c419
No known key found for this signature in database
GPG Key ID:
A75979F35C080412
1 changed files
with
0 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
nnn.c
+ 0
- 3
nnn.c
View File
@@ -2082,9 +2082,6 @@ main(int argc, char *argv[])
exit(1);
exit(1);
}
}
if (argc > 3)
usage();
while ((opt = getopt(argc, argv, "dSp:vh")) != -1) {
while ((opt = getopt(argc, argv, "dSp:vh")) != -1) {
switch (opt) {
switch (opt) {
case 'S':
case 'S':
Write
Preview
Loading…
Cancel
Save