summaryrefslogtreecommitdiff
path: root/cli/options.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/options.cxx')
-rw-r--r--cli/options.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/options.cxx b/cli/options.cxx
index 2e69cc9..7edc7f2 100644
--- a/cli/options.cxx
+++ b/cli/options.cxx
@@ -213,6 +213,8 @@ namespace cli
// argv_file_scanner
//
+ int argv_file_scanner::zero_argc_ = 0;
+
bool argv_file_scanner::
more ()
{
@@ -459,7 +461,6 @@ namespace cli
using namespace std;
const char* o (s.next ());
-
if (s.more ())
{
string v (s.next ());