aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/wgetopt.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2016-03-03 18:49:12 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2016-03-03 18:49:24 -0800
commit1e7c3fe70964711918bcf13553ae9fb66ed73a17 (patch)
tree99541c6a121f0868834f1cceb35c36092515cc6c /src/wgetopt.h
parent333415f42a8fb837b4867edda7118cd50d59a485 (diff)
A few fixes suggested by Coverity Scan
Diffstat (limited to 'src/wgetopt.h')
-rw-r--r--src/wgetopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wgetopt.h b/src/wgetopt.h
index 462bc291..ad155870 100644
--- a/src/wgetopt.h
+++ b/src/wgetopt.h
@@ -143,7 +143,7 @@ public:
int last_nonopt;
- wgetopter_t() : woptarg(NULL), woptind(0), nextchar(0), wopterr(0), woptopt('?'), first_nonopt(0), last_nonopt(0)
+ wgetopter_t() : woptarg(NULL), woptind(0), nextchar(0), wopterr(0), woptopt('?'), ordering(), first_nonopt(0), last_nonopt(0)
{
}