Преглед изворни кода

getopt: Windows build fix

legacy
Sam Hocevar пре 8 година
родитељ
комит
96fc303163
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/sys/getopt.cpp

+ 1
- 1
src/sys/getopt.cpp Прегледај датотеку

@@ -169,7 +169,7 @@ int getopt::parse()
++this->index;
if (m_private->m_opts[i].has_arg)
{
if (this->index >= m_private->argc)
if (this->index >= m_private->m_argc)
goto too_few;
this->arg = argv[this->index++];
}


Loading…
Откажи
Сачувај