diff options
author | daga <[email protected]> | 2022-02-10 16:50:55 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:55 +0300 |
commit | 10e64fb65ffcbbd403bfae88e53b9bd7a46466f2 (patch) | |
tree | e70c9de97e6ad363f9e1d2505b7159537ac69a92 /library/cpp/getopt/small | |
parent | 5869816f52682d8febca3791efc951b018a6fc13 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/getopt/small')
-rw-r--r-- | library/cpp/getopt/small/opt2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/getopt/small/opt2.cpp b/library/cpp/getopt/small/opt2.cpp index 0cdc774e788..a309d35c479 100644 --- a/library/cpp/getopt/small/opt2.cpp +++ b/library/cpp/getopt/small/opt2.cpp @@ -17,7 +17,7 @@ void Opt2::Clear() { void Opt2::Init(int argc, char* const* argv, const char* optspec, IntRange free_args_num, const char* long_alias) { Clear(); - Argc = argc; + Argc = argc; Argv = argv; HasErrors = false, BadPosCount = false, UnknownOption = 0, OptionMissingArg = 0; UnknownLongOption = nullptr; |