summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchatty1999-01-25 18:05:06 +0000
committerchatty1999-01-25 18:05:06 +0000
commitdccdfba1ce1748c085d71f228697fbfbeb01edaf (patch)
treeaebb77f6a92b8c2ae8032d4723f3354b88e64f41
parent062379df1d264a35083cdd586ffbca6a91412f00 (diff)
downloadirbox-dccdfba1ce1748c085d71f228697fbfbeb01edaf.zip
irbox-dccdfba1ce1748c085d71f228697fbfbeb01edaf.tar.gz
irbox-dccdfba1ce1748c085d71f228697fbfbeb01edaf.tar.bz2
irbox-dccdfba1ce1748c085d71f228697fbfbeb01edaf.tar.xz
Option -d was badly handled
-rw-r--r--irbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/irbox.c b/irbox.c
index 0fccdf5..54d37d1 100644
--- a/irbox.c
+++ b/irbox.c
@@ -103,7 +103,7 @@ main (int argc, char *argv[])
const char* data_dir_name = 0;
struct sigaction act;
- while ((c = getopt(argc, argv, "s:b:n:p:")) != EOF)
+ while ((c = getopt(argc, argv, "s:b:n:p:d:")) != EOF)
switch (c) {
case 'b':
bport = atoi(optarg) ;