chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
27c5847
)
stop disorder(1) permuting command line
author
rjk@greenend.org.uk
<>
Sat, 29 Dec 2007 20:22:37 +0000
(20:22 +0000)
committer
rjk@greenend.org.uk
<>
Sat, 29 Dec 2007 20:22:37 +0000
(20:22 +0000)
clients/disorder.c
patch
|
blob
|
blame
|
history
diff --git
a/clients/disorder.c
b/clients/disorder.c
index 2d3cb9f28f4bb5fc14d2785c6b222a744383f352..15bd1075f20bbe9d7b8c736b32927ae888804e2d 100644
(file)
--- a/
clients/disorder.c
+++ b/
clients/disorder.c
@@
-618,7
+618,7
@@
int main(int argc, char **argv) {
pcre_malloc = xmalloc;
pcre_free = xfree;
if(!setlocale(LC_CTYPE, "")) fatal(errno, "error calling setlocale");
pcre_malloc = xmalloc;
pcre_free = xfree;
if(!setlocale(LC_CTYPE, "")) fatal(errno, "error calling setlocale");
- while((n = getopt_long(argc, argv, "hVc:dHlNu:p:", options, 0)) >= 0) {
+ while((n = getopt_long(argc, argv, "
+
hVc:dHlNu:p:", options, 0)) >= 0) {
switch(n) {
case 'h': help();
case 'H': help_commands();
switch(n) {
case 'h': help();
case 'H': help_commands();