From 8c1e0035404050376350d5e9b9242f5d39a6b53e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 27 Jul 2019 17:28:27 +0200 Subject: Add support for direct file loading with argv_file_scanner --- cli/options.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli/options.cxx') 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 ()); -- cgit v1.1